[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Opening New Window.
><SCRIPT LANGUAGE="JavaScript">
> function resume() {
>msg=open("index.html","OpenWindow","toolbar=no,width=440,height=400,director
>ies=no,status=yes,scrollbars=yes,resize=yes,menubar=no");
>
> }
></SCRIPT>
The method should be:
msg=window.open("index.html",...)
Danny
http://www.dannyg.com
--------------------------------------------------------------------
This message came from the mailing list javascript. For help using the
mailing list software, please send a message to 'majordomo@obscure.org'
with the message body 'help'. To unsubscribe, send a message to
'majordomo@obscure.org' with the message body 'unsubscribe javascript'.