View Full Version : can someone help me! [popup question]


sammy
10-19-2003, 08:00 PM
Hi.. i have a art gallery and my images are too big to stay in the frame where my portfolio page is. so i want to make each image pop up when the thumnails clicked. in the last ive used the code provided on this site but it takes a long time to code each and every thumbnail i have in my gallery and puts me off using popups!

does anyone know of a code where you put one script in then
make it so each pop up u click opens as different page?
and u put a small line in your "<a href= " tag or something????

sorry thats really bad explaining but i cant word it better!!

toolman
10-19-2003, 08:46 PM
You can do it without javascript pop-ups by adding this in your links tag:

target="_new"

for example:

<a href="image1.htm" target="_new">Link</a>