> Is there any way to use an image map to pass info onto a form
> similar to a submit button? I'm trying to accomplish this by
> passing variables. See part of my code below and let me know
> if any have done this better or different please.

It's not as nice as an image map (which defines a URL variable) but if you
set up an image as a formfield (using <input type="image" name="MyMap"
src="" then on you
processing page you will have form.MyMap.x and form.MyMap.y which will
respond to the X / Y coordinates on the image where you clicked.

HTH
Hatton

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.572 / Virus Database: 362 - Release Date: 1/27/2004
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to