PDA

View Full Version : Address Bar...


JamezStewart
01-24-2003, 06:23 PM
Im looking for the javascript/dhtml code to completely hide the addess bar in a popup html window.

Any help would be appreciated...

Cheers


Jamez

Gee Gee
01-24-2003, 08:19 PM
I read your shout before this, check your pm Jamez.

JamezStewart
01-24-2003, 08:46 PM
I made this post before I made a shout... as I needed some help asap! -Soz

Thanks for replying GG.

For anyone else who wants to know how to do this:


< a href="javascript:newWin=void(window.open('http://www.blahblah.com/ ','newWin','status=1,menubar=1,toolbar=1,scrollbar
s=1,directories=1,width=350,height=350,top=60,left
=60'))" >Open Pop-up< /a >

(remove spaces on end and start tags for this to work)


Jamez