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 - [EMAIL PROTECTED]

Reply via email to