<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_0718_204454.jpg" > width="511" height="681" border="0" ismap /></a> > > Thanks. > > D > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288819 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

