Click to See Complete Forum and Search --> : smaller link screen


dennic
07-06-2003, 07:06 AM
I am creating a page where i have inserted a link to another page, however the page that i want to pop up has to come up at a smaller page such as 400 by 300 pixels for example, it also needs to come up on a separate screen

thanks

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