View Single Post
Old Nov 7th, 2005, 7:25 PM   #3
raikkonen
Newbie
 
Join Date: Jun 2005
Posts: 29
Rep Power: 0 raikkonen is on a distinguished road
thanks,but where do u get the variable 'image_window' from?? and also,what does this.href mean . ? sorry i'm kinda lousy at programming stuff =(

and oh yes,that part about the 'path_to_pic' and 'path_to_thumbnail'.. what does that mean? it's not a specific path like 'pic1.gif' right? because i want each pic to load when i click on each of the respective thumbnails and not just a specific one.. =x

Currently this is what my code looks like:

<tr>
<td rowspan=4 width=100><img src="<%=RS("WholeCakesSImage").value%>"></a>
</td>

so how do i put in the a href so that when i click on their respective thumbnails,their enlarged image will appear in a pop up? also .... i understand that here the popup box's name is image.asp. so what exactly am i supposed to code inside that page??

Edit: So sorry for that so many questions... i've tried out your code and i've got the popup box already,just that when i click on it (the thumbnail),the popup box appears with nothing.As in,just a plain white popup box. How do i pass in the enlarged image in there?

Last edited by raikkonen; Nov 7th, 2005 at 7:49 PM.
raikkonen is offline   Reply With Quote