Javascript Open Link in New Page - Glitch

A

AaronMor

I have a webpage that I have created in Publisher 2003. I have an object that
I attached a hyperlink to:

javascript:window.open('helpwindows.htm','','width=150,height=215,left=450,top=300,resizable=yes')

The link opens the desired (helpwindows.htm) perfectly, although the
original page that I click on turns to a blank screen with the word [object]
shows up on the screen. If I click the back button it takes me back the
original "correct" page. Is there a way that I fix the link so that the
original page doesnt change.
 
Top