Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: mattjp88Posted on 2007-06-05 at 16:06:03ID: 19221469
I'm sure there is something out there, but I can't find it. What you can do, if first display the picture on a page like this:
<A HREF="page2.php"><IMG SRC="pic.gif" ISMAP></A>
the user will click a point on the picture and will be taken to the next page. also the x and y coordinates will be added to the url. page2.php will pull out those coordinates and then ask the user to type their message. From there, you sore the message, the image file, and finally the x and y coordinates in the database. On the display page, pull that data from the db and show it. using a simple div with position:absolute should work.
-Matt