Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What is wrong with this link?

Status
Not open for further replies.

Naits

Programmer
Oct 10, 2001
90
NO
I use this link:

<a href=&quot;javascript:window.open('forum/index.php','popup','top=0,left=0,width=750,height=550,buttons=no,scrollbars=yes,location=no,menubar=no,resizable=yes,status=no,directories=no,toolbar=no');&quot;><img src=&quot;images/forum.gif&quot; border=0></a><br>

The PopUp page loads fine but, After clicking on the link the page where the link was on clears on all that is on the page is:
[object]

What have I done wrong? __________________
Visit my homepage
.: Game universE :.
 
You may have to open that new window from a function and call the function from the link.
<a href=&quot;javascript:eek:penPopUp();&quot;>
For some reason you can't open a new window right from a link, not by using javascript. Maybe someone knows why.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top