need a little help with some code... pop-up windows for images?

happykitten

Golden Member
Feb 6, 2001
1,364
0
0
Does anyone know what the proper scripting is if I want to have thumbnail images pop up (full-size) in a new window once they're clicked upon? Thanks. :)
 

Jothaxe

Golden Member
Apr 5, 2001
1,274
0
0
This is easy to do if you are clueless like me and dont actually type any html. In FrontPage, you just right click on the thumbnail or link and choose hyperlink properties. You can choose to have the target be a new window. Thats it.
 

gellibean

Banned
May 7, 2001
84
0
0
hey HK.. nice to see you! ;)

javascript:image1=open('image.asp?key=1', 'image1', 'width=(enter desired # here),height=(same),scrollbars=(yes or no),resizable=(yes or no),screenX=1,screenY=1,top=1,left=1');image1.focus();

hope this helps!

gelliebean~*
 

kami

Lifer
Oct 9, 1999
17,627
5
81
or you could just go

<a href=&quot;blah.jpg&quot; target=&quot;_blank&quot;>