|
Posted by Gιrard Talbot on 09/20/05 06:20
McKirahan a Γ©crit :
> var win = window.open ("","Record Viewer",cfg);
var win = window.open (url, "RecordViewer", cfg);
will work without a problem.
> win.location.href = url;
> }
> </script>
> </head>
> <body onload="open_window('http://www.google.com/')">
Well, first of all, don't try on an onload event.
> </body>
> </html>
>
> and it didn't work for me under IE (5.5) either.
>
Remove the blank space between the word Record and Viewer.
http://developer.mozilla.org/en/docs/DOM:window.open
GΓ©rard
--
remove blah to email me
Navigation:
[Reply to this message]
|