[jQuery] load event on opened window

[jQuery] load event on opened window


Hi,
I have a vague intuition of why this wouldn't work...
var win = window.open();
$(win).bind('load', function() { alert("LOADED"); });
win.location = someURL;
...except that it does work, but only in Firefox (only tested with
FF3). Safari and IE7 never show the alert.
So who's right ?
--
Luc Heinrich - luc@honk-honk.com










    • Topic Participants

    • luc