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

Re: Changing the toolbar &c ?



Seth, you have to start with html-code a), for example index.htm in your root
directory, which does nothing else than window.open-ing another Netscape
window b) (it looks like two Netscapes running parallel and, if you want, you
can switch between them). The html-code a) may be as simple as
   <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN" "html.dtd"><HTML>
   <BODY><SCRIPT language="JavaScript">
   window.open("abc.htm", "xyz",
"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,res
izable=yes,copyhistory=no")
   </SCRIPT>
   </BODY></HTML>
Thats all you need. If the user closes this new window, he will find the
first one, where you can put a little bit more information. This could be
something like a good bye message.

Walter Schueller


--------------------------------------------------------------------
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/