This is a discussion on Simple Challenge - Working with image coordinates and dynamic linking. within the PHP Language forums, part of the PHP Programming Forums category; (*** apologies for the X-Post, but I felt it was relevant to all the groups ***) Hi guys, Would really appreciate ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
(*** apologies for the X-Post, but I felt it was relevant to all the
groups ***) Hi guys, Would really appreciate some guidance with this. I have a page with a large centre-aligned image on it. I want a functionality whereby users can click their mouse on any point in this image and it would then show a virtual mouse pointer at the place where they clicked it. If they were to click somewhere else, the position of the virtual cursor would change. The position of the cursor needs to dynamically generate a link and display it in a form field text edit box. If that link is then viewed separately, it would launch the same page with the virtual mouse pointer at the location where the original person placed it. Basically I want to be able to have one guy point to a location on the image for the benefit of another guy, but graphically as opposed to relying on written explanation. I can run CGI and PHP scripts if need be. Easy-peasy, or can of worms? Huge thanks for any help/advice. Rudi |
|
|||
|
Carved in mystic runes upon the very living rock, the last words of of
comp.lang.php make plain: > I have a page with a large centre-aligned image on it. I want a > functionality whereby users can click their mouse on any point in this > image and it would then show a virtual mouse pointer at the place where > they clicked it. If they were to click somewhere else, the position of > the virtual cursor would change. > > The position of the cursor needs to dynamically generate a link and > display it in a form field text edit box. Email me for a link to some JS that may help. It's on an unfinished site that has personal info on it, so I don't want to post a link. -- Alan Little Phorm PHP Form Processor http://www.phorm.com/ |