successfirst
Dec 1st 2006, 2:36 pm
Does anyone know the code to open a new window with the URL bar hidden when a link is clicked?
Thanks
ajsa52
Dec 1st 2006, 3:18 pm
Try something like this:
<html>
<body>
<a href="#" onclick="window.open( 'http://www.google.com', 'name', 'location=no,scrollbars=yes,status=no,toolbar=yes,resizable=yes' )">Google</a>
</body>
</html>
successfirst
Dec 1st 2006, 6:06 pm
Thanks a lot! That is what I needed.
lbalance
Dec 2nd 2006, 8:33 am
IE7 shows a disabled address bar now on windows that didnt normally show the address bars. :mad:
vBulletin® v3.6.8, Copyright ©2000-2008, Jelsoft Enterprises Ltd.