|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Need to track position from where click initiated
Hi
I am using PHP for programming .. Just mentioning for info though it is not linked to this requirement What i want is that there ae two instances of same URL / link on one screen. Both the (same) links are pure HTML links (that is no question mark and parameter passing etc..) . I need to track the position out of these from where any users clicks to go to related link... Any way out ??? Thanks Vikas Aggarwal |
|
#2
|
||||
|
||||
|
only a few options exist
1. use distinct variable values in each url to determine which was clicked (trivial) 2. use an image map, so you can calculate the x/y coordinates of the click (trivial) 3. use a java applet to determine where on the screen the user clicked (advanced)
__________________
Give a person code, and they'll hack for a day; Teach them how to code, and they'll hack forever. Analyze twice; hack once. The world's first existential ITIL question: If a change is released into production without a ticket to track it, was it actually released? About DrGroove: ITIL-Certified IT Process Engineer - Enterprise Application Architect - Freelance IT Journalist - Devshed Moderator - Funk Bassist Extraordinaire |
![]() |
| Viewing: Dev Shed Forums > Web Site Management > Development Software > Need to track position from where click initiated |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|