CyBerAliEn
Thread Starter
- Joined
- Nov 25, 2001
- Messages
- 1,209
Hey,
I've been messing with the following code (example)
<a href="javascript:window.open ('PAGE.HTM', 'newwindow', config='height=200,width=200, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no, status=no')"> LINK TEXT</a>
(might need to view page source to see HTML code)
but when I use that code to open a new window, it opens a page that says [Object] in the main window that the link was opened from. What can I do or what am I doing wrong, so that the original page on the main page stays, and only the new page/etc is opened in the new window? Please help ASAP!
Thanks
I've been messing with the following code (example)
<a href="javascript:window.open ('PAGE.HTM', 'newwindow', config='height=200,width=200, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no, status=no')"> LINK TEXT</a>
(might need to view page source to see HTML code)
but when I use that code to open a new window, it opens a page that says [Object] in the main window that the link was opened from. What can I do or what am I doing wrong, so that the original page on the main page stays, and only the new page/etc is opened in the new window? Please help ASAP!
Thanks