Print Page | Close Window

Popup pic from product thumbnail in ASP

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=10935
Printed Date: 31 March 2026 at 1:22pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Popup pic from product thumbnail in ASP
Posted By: keith
Subject: Popup pic from product thumbnail in ASP
Date Posted: 20 June 2004 at 3:24pm

Guys,

I need to combine a script like the following ;
http://www.dynamicdrive.com/dynamicindex4/thumbnail2.htm - http://www.dynamicdrive.com/dynamicindex4/thumbnail2.htm

with my ASP product listing code.. which looks like this:

If Trim("X"&rs("Thumbnail")) = "X" Then thmbnl = "" Else thmbnl = "<img src=""img/products/"&rs("Thumbnail")&""" vspace=2 hspace=2 align=left border=0 alt="&KeywordExcerpt(strContent, 75, 76)&">"
Response.Write"<tr"&bgColor&""&dynrow&"&g t;<td"&dyngo&" valign=""middle""><font color=""#333333"" size=""1"" face=""Verdana, Arial, Helvetica, sans-serif""><A HREF=""default.asp?pg=products&specific="&Encrypt(rs ("ITEMID"))&""">"&thmbnl&"<b> Image Name: </b>"&rs("ITEMNAME")&"<br><b> Description: </b>"&Excerpt(rs("DESCRIP"),200,170)&"</td& gt;</A>"&_

I would prefer to use DHTML to do a popup of the large product image (from the column "ImageFile" in the DB) as I have a feeling it might be less susceptible to pop-up blocking software than javascript. The end result should however be the same, I would just like the user to be able to rollover the product thumbnail that is displayed from the above code and have the IMG show up as a centered frameless window with no toolbars or such.

Additionally, it'd be great if the picture was scaled to a certain size automatically; the 'big' product pics are 720 pixels wide or high. Having these pictures scaled down to 300 pixels or so would be great for loading times..

Thanks!




Replies:
Posted By: ljamal
Date Posted: 20 June 2004 at 8:47pm
pop-up blocking software stops automatic pop-ups that are created onLoad, not user initiated pop-ups.

-------------
L. Jamal Walton

http://www.ljamal.com/" rel="nofollow - L. Jamal Inc : Web/ Print Design and ASP Programming


Posted By: keith
Date Posted: 20 June 2004 at 9:24pm

Originally posted by ljamal ljamal wrote:

pop-up blocking software stops automatic pop-ups that are created onLoad, not user initiated pop-ups.

Well that's great then half the battle is solved..    

Now all  I need is a mouseover on the product thumbnail to pop up the large version out of the DB.




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net