Hi, you're saying the JS is "in the same page" but when I look into login.php source there is no JS there. So what I assume you mean is that the SECOND file you load is being stripped.
Well it's not – the JS file simply doesn't even load in the request – at least that's what Firebug shows. Best, Oskar On Nov 17, 4:31 am, aowie <[EMAIL PROTECTED]> wrote: > So ive noticed that I am not the only one around here that cant get a > correct eval response from externally loading other js scripts through > Request or Request.HTML > > Ive stripped out only what is necessary for debugging purposes > here:http://istoleyourbaby.com/test.html > > the HTML loads perfectly but the js in the same page is stripped and > disappears. Tis a very strange thing, and I need some fresh eyes on > this one... mine are getting weary. > > The js that needs to be loaded is a simple default value filler and > style adjuster. The js works fine elsewhere it just is getting > stripped. So can anyone tell me if my syntax is wrong somewhere > maybe.. or am i just missing something obvious? > > Any help is appreciated, thanks!
