Web Hosting Talk







View Full Version : Help with some javascript popup window?


tonys_hiptop
03-09-2006, 08:23 PM
<a href="popSale.htm" target="popup" onClick="wopen('popSale.htm', 'popup', 300, 200); return false;">

How do I make this have no toolbars and no scroll?

Also is the 300,200 the window size?

Jay August
03-10-2006, 01:10 AM
won't this (http://javascript.internet.com/generators/popup-window.html) be great for you?

tonys_hiptop
03-10-2006, 02:04 AM
That's a handy tool!

Thanks for taking the time to share it.