Click to See Complete Forum and Search --> : [RESOLVED] Image Maps
Datacide
Jan 29th, 2006, 07:32 PM
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?
penagate
Jan 30th, 2006, 05:47 AM
I'd use Javascript for that, as it's a client-side operation.
CornedBee
Jan 30th, 2006, 07:52 AM
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.
Datacide
Jan 30th, 2006, 08:42 AM
Thanks. I ended up using Js.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.