Basically the action page is using a function I built to resize the image then 
display the image in a <img> tag.


<cfsetting showdebugoutput="no">
<cfif len(URL.beautyImage)>
        <cfoutput>
        <cfset imageName = 
application.page.imageResizer(imagePath="/EcomProductPageImages/#URL.beautyImage#",width=val(#URL.Width#),height=#val(URL.Height)#)>
        <img src="/output/#variables.imageName#" style="margin-left:5px;">
        </cfoutput>
</cfif>




-----Original Message-----
From: Tony Bentley [mailto:cascadefreehee...@gmail.com] 
Sent: Thursday, October 21, 2010 2:44 PM
To: cf-talk
Subject: Re: (ot) jQuery


Show the code on your request page. It's probably because you need an event
to fire from the request page after the image is finished loading.




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338459
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to