Glaanieboy
OSNN Veteran Addict
- Joined
- 6 Mar 2002
- Messages
- 2,628
I have a javascript:window.open in a HTML page, but when I click it, the window from which it was opened gets a text that goes: [Object Window] (Firebird) or [Object] (IE). How can I prevent this?
code (is within the <a href="<code>" tags):
code (is within the <a href="<code>" tags):
Code:
javascript:window.open('admin.php?tool=ip&ip=81.68.68.83', '', 'fullscreen=no,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,directories=no,location=no,width=200,height=50,left=200,top=200');