Hi,
When I use the following line to open a popup window:
<a href="javascript:window.open('popup_basicInfo.html','popupWindow','width=650,height=525')">test</a>
It will open my popup widow, but the page where I clicked the link will also go to another page with this content:
[object]
What should I do, so the page where I clicked the link will stay where it is.
Thanks for all you help.
Tijs
When I use the following line to open a popup window:
<a href="javascript:window.open('popup_basicInfo.html','popupWindow','width=650,height=525')">test</a>
It will open my popup widow, but the page where I clicked the link will also go to another page with this content:
[object]
What should I do, so the page where I clicked the link will stay where it is.
Thanks for all you help.
Tijs