Is there any way to use an image map to run a PHP script?
For example, say you had a picture of a calculator with an image map over the numbers. By clicking it, can you use PHP to put numbers in a textbox?
Printable View
Is there any way to use an image map to run a PHP script?
For example, say you had a picture of a calculator with an image map over the numbers. By clicking it, can you use PHP to put numbers in a textbox?
I'd use Javascript for that, as it's a client-side operation.
It's possible, but every click on the image map would trigger a reload, so it would be REALLY boring. Imagine, on a moderate connection, needing ten seconds just to enter a four-digit number!
BTW, penagate, love the little smiley.
Thanks. I ended up using Js.