Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <cfparam name="url.path" default="" type="string">
- <cfimage action="read" name="z" source="#url.path# />
- <cfsavecontent variable="temp" >
- <cfimage action="writeToBrowser" source="#z#" />
- </cfsavecontent>
- <cfset temp = replace(temp,'alt="" />','ALT="demo map" width=300 height=300/>') />
- <cfoutput>#temp#</cfoutput>
Advertisement
Add Comment
Please, Sign In to add comment