Can anybody explain why when I have a hyperlink on a page with the code
similar to below, after the user clicks on the link, the desired window
opens but the page with the hyperlink changes to a new page with simply the
value "[object]" on it? I want the original page to remain unchanged....
thanks for the insight to a javascript n00bie... :)
<a href="javascrip t:window.open(' wireless.htm', 'pjtdetails',
config='height= 400, width=400, toolbar=no, menubar=no, scrollbars=yes,
resizable=yes, location=no')">
asdfalkjsdflbka jsdf</a>
similar to below, after the user clicks on the link, the desired window
opens but the page with the hyperlink changes to a new page with simply the
value "[object]" on it? I want the original page to remain unchanged....
thanks for the insight to a javascript n00bie... :)
<a href="javascrip t:window.open(' wireless.htm', 'pjtdetails',
config='height= 400, width=400, toolbar=no, menubar=no, scrollbars=yes,
resizable=yes, location=no')">
asdfalkjsdflbka jsdf</a>
Comment