Click to See Complete Forum and Search --> : Pop up window with toolbars, menus etc?


damon2003
07-23-2003, 09:55 AM
Hi,
how do you create a pop up window minus the standard toolbars, so it is just a plain box? Not sure if this is a javascript thing,
thanks a lot

Charles
07-23-2003, 10:02 AM
<a href="http://www.w3.org/" onclick="window.open(this.href, 'child', 'height=400,width=300'); return false">W3C</a>

damon2003
07-23-2003, 10:16 AM
Thanks,
this code opens a new window fine, but it also makes the original window go to the link as well, which is not needed

Charles
07-23-2003, 11:56 AM
Please post your version.