eBay - Secured Loans - Homeowner Loan - Credit Cards - Easy movies download

PDA

View Full Version : How to Open Link in New Window Without Showing URL Bar


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: