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

transfer image ID..

Status
Not open for further replies.

magmo

Programmer
May 26, 2004
291
SE
Hi


I'm not sure if this post belongs here but I'll give it a try.
I plan to create a image gallery, and that I have no problem with. It is the browsing and the selection of an image I'm concerned about. I want to have a pop up window where the images is displayed, and when the user find a image he like, he should be able to select that image someway and then should that image ID be available in the original page (not the pop up window). Is this possible?


Regards
 
if you want to show the image (after visitors click the thumbnail), i think you can use javascript
Code:
window.open
syntax.

of course when you write down the javascript code you need to put complete image ID, so the browser will know which image visitors click.

*JJ*
 
Hi


Thanks all for the input!


Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top