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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Link error

Status
Not open for further replies.

TheSponge

Technical User
Joined
Jul 2, 2003
Messages
442
Location
GB
I have an image uploader, that I want as a popup,

but when I use the code below, it opens up in the correct new size popup, but the window behind goes blank, and just says "object"?

anyone help?

thanks

<a href="javascript:open('
A+,Network +,CCNA
 
two options:

1)
Code:
<a href="open('[URL unfurl="true"]http://www.mysite.net/upload.php','','height=500,width=400');"[/URL] onclick="return false;">

2)
Code:
<a href="#" onclick="open('[URL unfurl="true"]http://www.mysite.net/upload.php','','height=500,width=400');[/URL] return false;">

i suggest #2.



*cLFlaVA
----------------------------
[tt]( <P> <B>)13 * (<P> <.</B>)[/tt]

[URL unfurl="true"]http://www.coryarthus.com/[/url]
 
Thankyou very much..... :)



A+,Network +,CCNA
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top