> test.html will load test2.html and supposed to run alert("Hello!!!").
> But,
> it is not actually (in IE).

This is an IE quirk.  The key is to have a text node before the script
element.  You can read more here:

http://jquery.com/dev/bugs/bug/746/

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to