Smart Image Processor ASP Support Product Page

This topic was archived

Click thumbnail to enlarge to original picture

Asked 07 Dec 2002 00:38:43
1
has this question
07 Dec 2002 00:38:43 John DeBender posted:
Does anyone know some code to use to click on the thumbnail to enlarge into the original picture in a new window?

Right now I'm inserting my thumbs and pics into an access dbase as OLE Objects. I'm thinking of getting this Smart Image extension and just have the pics/thumbs saved on my Hard Drive. I use the following code for when a user clicks on a thumbnail, it brings up the original picture in a new window:

<a href="javascript:;" onClick="JustSoPicWindow('alPhotoBuilder_photo.asp?Photo_ID=<%=(alrsPhotos.Fields.Item("Photo_ID".Value)%>','<%=(alrsPhotos.Fields.Item("width".Value)%>','<%=(alrsPhotos.Fields.Item("height".Value)%>','* * Click screen to close * *','#FFFFFF','hug image','0');return document.MM_returnValue"><img src="alPhotoBuilder_Thumb.asp?Photo_ID=<%=(alrsPhotos.Fields.Item("Photo_ID".Value)%>" border="0"></a>

I use in-between .asp files to create the thumb and original photo out of the Access dbase. Is there a way to incorporate this type of code for thumbs/pics saved directly on the web server?

Any help would greatly be appreciated.

----------------------
UD 4.0
Access 2000
Win2k Server
ASP

Replies

Replied 07 Dec 2002 00:46:31
07 Dec 2002 00:46:31 George Petrov replied:
Hi Trinity,

Read how easy it can be done in the Pure ASP Upload Mania tutorial - www.dmxzone.com/go?4000

Greetings,
George

--------------------------------------------------
George Petrov - Founder of the Dynamic Zones
DMXzone.com, FWzone.net, FLzone.net, CFzone.net,
DNzone.com, FlashFreaks.nl
--------------------------------------------------

Reply to this topic