IWETHEY v. 0.3.0 | TODO
1,095 registered users | 2 active users | 1 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Not sure if this would work....
....but the only thing that comes to mind is tricking it into thinking it's an include file. This is not quite you're asking for, but it might help.
\n   function include(file){\n      var elem = document.createElement('script');\n      elem.id = file;\n      elem.src = file;\n      elem.type = "text/javascript";\n      document.getElementsByTagName("head")[0].appendChild(elem);\n   }\n   include("string.js");\n
New Or reload a 1x1 image with GET params using Image.src
New That might work...
Regards,

-scott anderson

"Welcome to Rivendell, Mr. Anderson..."
New puller = new Image(); and you can skip including it in body?
     Opening a URL with Javascript without a window - (admin) - (13)
         Not sure if this would work.... - (ChrisR) - (3)
             Or reload a 1x1 image with GET params using Image.src -NT - (FuManChu) - (2)
                 That might work... -NT - (admin) - (1)
                     puller = new Image(); and you can skip including it in body? -NT - (FuManChu)
         Clarification - (drewk) - (7)
             Re: Clarification - (admin) - (6)
                 Does the page need to be updated in response? - (drewk) - (5)
                     Er, right, but... - (admin) - (4)
                         ? - (drewk) - (1)
                             I think we're going to have to return something. - (admin)
                         I did something similar - (cforde) - (1)
                             The question is: - (admin)
         Re: Opening a URL with Javascript without a window - (morganek)

Where the decent people won’t see what you’re up to.
42 ms