I'm using expression'07 and i have to enter my javascript by way of the "add hyperlink" interface. So i'm entering this code
Code:
javascript:window.open("/timestds.htm",null,"height=251,width=259,status=yes,toolbar=no,menubar=no,location=no");
[code/]
the link works but on the original page of the link it has the script in the address bar and displays [object Window]. How do i correct this so the page on which the link is clicked does not change.
thanks!
Chris