![]() |
|
#1
|
|||
|
|||
|
Pop-Up Window From Thumbnail
Is it possible to produce a pop-up window from a thumbnail, and if so, how?
|
| Sponsored Links |
|
#2
|
||||
|
||||
|
Put the following into your <head> section:
Quote:
Then put this where you want the thumbnail to appear: Quote:
Thanks, Chris
__________________
by Christopher |
|
#3
|
|||
|
|||
|
Cheers!
|
|
#4
|
||||
|
||||
|
Your welcome
__________________
by Christopher |
|
#5
|
|||
|
|||
|
So you're putting the full domain name in at the start. For example: shogun.com, and after that you put the image link in?
|
|
#6
|
|||
|
|||
|
Quote:
|
|
#7
|
|||
|
|||
|
Quote:
actually disregard the message above. i got it to work, by submitting this <a href="http://www.morning-after.org/oknobirds/Untitled-1%20copy.jpg"><img src=" http://www.morning-after.org/oknobirds/Untitled-1%20copy.jpg" border=0 width="70" height="70" alt="yellow"></a> so after <a href=.... i did not put javascript:popup() and then it worked so its weird because thats not what a lot of the instructions say but now i have a different problem the image just opens up on a new normal page i want it to open up to a certain size, like the size of the image i changed the sizes of the width and height of the image but it doesnt work! oh yea, this is what my html page says. whats wrong? <html> <head> <title>michelle c. art.design.photo</title> <script language="javascript" type="text/javascript"> //<!-- function yellow() { window.open ("http://www.morning-after.org/oknobirds/hello.html","yellow","width=419,height=292,loca tion=0,menubar=0,resizabl e=0,scrollbars=0,status=0 ,titlebar=1,toolbar=0") } --> </script> </head> <body> <br></br><br></br> <a href="http://www.morning-after.org/oknobirds/Untitled-1%20copy.jpg"><img src=" http://www.morning-after.org/oknobirds/Untitled-1%20copy.jpg" border=0 width="70" height="70" alt="yellow"></a> <p align=center><font-size=small><b>all copyrighted 2005 michelle chu</b></font-size=small><br>this site is still under construction</br>check back later<br></p align=center> </body> </html> |
|
#8
|
|||
|
|||
|
Quote:
<html> <head> <title>michelle c. art.design.photo</title> <script language="javascript" type="text/javascript"> //<!-- function yellow() { window.open ("http://www.morning-after.org/oknobirds/hello.html","yellow","width=419,height=292,locatio n=0,menubar=0,resizable=0,scrollbars=0,status=0,ti tlebar=1,toolbar=0") } --> </script> </head> <body> <br></br><br></br> <a href="http://www.morning-after.org/oknobirds/Untitled-1%20copy.jpg"><img src=" http://www.morning-after.org/oknobirds/Untitled-1%20copy.jpg" border=0 width="70" height="70" alt="yellow"></a> <p align=center><font-size=small><b>all copyrighted 2005 michelle chu</b></font-size=small><br>this site is still under construction</br>check back later<br></p align=center> </body> </html> |
| Thread Tools | |
| Display Modes | |
|
|