Click to See Complete Forum and Search --> : Hiding the URL in a new window


RNGeer
07-28-2003, 01:29 PM
Is there a quick and easy way to hide the url in a new window?

Thanks,,

pyro
07-28-2003, 01:50 PM
Add location=0 to the properties of the new window...

RNGeer
07-28-2003, 01:56 PM
Is that with the window.open function?

Sorry if I am vaque, getting a crash course!

Thanks,

pyro
07-28-2003, 01:59 PM
Yes, isn't that what you wanted? (It's what you asked...)

RNGeer
07-28-2003, 02:03 PM
Yes indeed, where would be a good online resource to learn javascript from the ground up?

pyro
07-28-2003, 02:05 PM
The javascript documentation is an excellent resource: http://devedge.netscape.com/library/manuals/2000/javascript/1.3/guide/

As far as tutorials, I don't really know what to tell you... Maybe Webmonkey? http://hotwired.lycos.com/webmonkey/programming/javascript/

If you are looking for a book, get "JavaScript, The Definitive Guide" by David Flanagan...