alanjones
07-25-2004, 07:29 AM
I am a newbie at ASP. I would like to know how, when a thumbnail is clicked, it will open a new window resized to the image size with a close window button centered at the bottom. I have gotten the JS from different coding sites but implementing the JS along with ths ASP is my issue.
My line of code is:
<td rowspan="3"><div align="center"><a href="http://www.wopcc.com/images/<%=strProductImagePath%>" target=_blank><img src="http://www.wopcc.com/images/<%=strProductImagePath%>" width="110" height="125" border="0" align="middle"></a>
I would appreciate any info.
Thank you,
Alan Jones
My line of code is:
<td rowspan="3"><div align="center"><a href="http://www.wopcc.com/images/<%=strProductImagePath%>" target=_blank><img src="http://www.wopcc.com/images/<%=strProductImagePath%>" width="110" height="125" border="0" align="middle"></a>
I would appreciate any info.
Thank you,
Alan Jones