Re: I'm completely Stumped - All I want to do is ...

2007-10-08 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
I'm trying to capture and pass the elex,y variables that are being passed in the span tag that looks like ... I never knew you could the id of a span tag as a variables. Hmm. (without the greater and less than) span id=span_elex nbsp; /span, span id=span_eley nbsp; /span Are you just wanting to

Re: I'm completely Stumped - All I want to do is ...

2007-10-08 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Thanks Dave, What I'm using is an absolute div with a thick black border that sits on top of an uploaded image. I trying to capture the x and y coordinates (elex,y) after the user positions this draggable div, I'm using that coordinate information to crop the image that appears beneath this

I'm completely Stumped - All I want to do is ...

2007-10-05 Thread coldfusion . developer
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

Re: I'm completely Stumped - All I want to do is ...

2007-10-05 Thread Matt Williams
Don't understand. You want the mouse coordinates when they click Submit? Or some other time? You say you want to capture the coordinates, but on what event? On 10/5/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: All, Sorry for the repeat post. I've searched all day for a solution and can't

Re: I'm completely Stumped - All I want to do is ...

2007-10-05 Thread Ron Gowen
Seems like you should be able to fire an onblur(); function on the boxes and store the needed values in a hidden fields. Looks like the code is already outputting all the needed values. On 10/5/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: All, Sorry for the repeat post. I've searched all day

Re: I'm completely Stumped - All I want to do is ...

2007-10-05 Thread Ben Doom
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

RE: I'm completely Stumped - All I want to do is ...

2007-10-05 Thread Andy Matthews
Are you just wanting to capture the x,y whenever a user clicks? Are you trying to create a heat map overlay? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, October 05, 2007 3:08 PM To: CF-Talk Subject: I'm completely Stumped - All I want to do

RE: I'm completely Stumped - All I want to do is ...

2007-10-05 Thread Dave Watts
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