jgonzalez

Untitled

Oct 19th, 2011
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <cfparam name="url.path" default="" type="string">
  2.  
  3.  
  4. <cfimage action="read" name="z" source="#url.path# />
  5.  
  6. <cfsavecontent variable="temp" >
  7.         <cfimage action="writeToBrowser" source="#z#" />
  8. </cfsavecontent>
  9.  
  10. <cfset temp = replace(temp,'alt="" />','ALT="demo map" width=300 height=300/>') />
  11.  
  12. <cfoutput>#temp#</cfoutput>
  13.  
Advertisement
Add Comment
Please, Sign In to add comment