[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Opening new resized netscape window



OK so I have figured out how to get a new window to open automatically.
The html document with the script in it is titled test1.html.  i am trying
to get a new window to open with the test2.html document in it.  The window
opens but the test2.html information is not in it ....jut sa big empty box.
Any suggestions.  Also, what do i need in this script too make the prior
window close nehind this one.


<SCRIPT LANGUAGE="JavaScript">

<!--

window.open
("test2.html","Test2Window","toolbar=no,width=800,height=600,directories=no,
status=yes,scrollbars=yes,resize=yes,menubar=no");

//-->

</SCRIPT>

any help would be greatly appreciated



--------------------------------------------------------------------
For help about the list, 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'.
List archives and pointer to FAQ: http://www.obscure.org/javascript/