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

Re: Controlling the text in the location box



>Is there any way to use JavaScript to hide or clear the location box in a
>Navigator window? That is, something like "Navigator.Uncheckmenu 'Show
>Location'" or "window.location = ''"? I can do this with the window.status
>area,
>but not the Location text box.
>
>Ramon Felciano


I'm using the following line when opening up a new window:

var win0 = open("",
"window1","toolbar=no,directories=no,menubar=no,width=320,height=380")

and it works like a dream.

Chris Brewer
NetXperts
www.netxperts.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'.