Yes, that is WAY cooler than looking at cgi.query_string. :) -----Original Message----- From: Charlie Griefer [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 19, 2007 11:24 AM To: CF-Talk Subject: Re: Scope Question
<cfset myList = structKeyList(URL) /> <cfset xCoord = listFirst(myList) /> <cfset yCoord = listLast(myList) /> On 9/19/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I'm using this very simple server side imagemap to send coordinates my > results script of where the user clicked on the image. My questions > is how can I extract the x and y coordinates once it's passed as ... > > http://www.domainname.com/map.cfm?231,266 > > I'm typically use to id=value, but there's no name value paired here. > Thanks for any advice. > > original page code > <a href="map.cfm"> > <img > src="images/Coverbabycontest/2007/original/Allison_Gronsbell_Chloe_071 > 8_204454.jpg" width="511" height="681" border="0" ismap /></a> > > Thanks. > > D > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Check out the new features and enhancements in the latest product release - download the "What's New PDF" now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288832 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

