Goldilocks
02-05-2003, 09:46 AM
I am using the following bit of code to open a popup window with specified dimensions. It works fine in that the popup opens but the original page behind it goes blank with [object] written in it. How do I get it to stay as it was?
<a href="javascript:window.open('mypage.html','','width=100,height=100')">Link</a>
Thanks in advance.
<a href="javascript:window.open('mypage.html','','width=100,height=100')">Link</a>
Thanks in advance.