Can't you dump the mousex, mousey variables into form variables onclick, then submit the form (or something similar)?
--Ben Doom [EMAIL PROTECTED] wrote: > All, Sorry for the repeat post. I've searched all day for a solution and > can't find anything. > I want to capture the coordinates from this sample and pass them for use in a > cf scope. > > I'm stumped! > > http://dunnbypaul.net/js_mouse/ > > If I could only get the x and y coordinates in a form in the action param and > pass them URL scope > then use ... > > cfset RIGHT = #ListFirst(CGI.QUERY_STRING)# > cfset DOWN = #ListLast(CGI.QUERY_STRING)# > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290406 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

