PDA

View Full Version : Picture Popup Window Help


dneese
Thu 31st Mar '05, 1:28pm
Well, I haven't coded anything in sometime and I'm stumped, so I'm hoping someone might be able to help me out with this. I have a web page with a few thumbnails on it. I'd like the user to be able to click on the thumbnail and have a new window popup with a larger picture image with a button to close the window. So far, I have the popup window with the clos button, but can't seem to figure out how to populate it with a picture. I'm using asp and js scripts for this task. Thanks a bunch!

Razgo
Fri 1st Apr '05, 2:14am
not sure if this is any help but this is how you do it simply in HTML

<a href='./images/largepic.jpg' target='_new' title='Click to enlarge'>
<img src='./thumbs/thumb.jpg' width=100 height=75 border=0></a>