|
-
Jan 29th, 2006, 08:32 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Image Maps
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?
Last edited by Datacide; Jan 30th, 2006 at 09:43 AM.
PHP in your FACE!
-
Jan 30th, 2006, 06:47 AM
#2
Re: Image Maps
I'd use Javascript for that, as it's a client-side operation.
-
Jan 30th, 2006, 08:52 AM
#3
Re: Image Maps
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.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Jan 30th, 2006, 09:42 AM
#4
Thread Starter
Hyperactive Member
Re: Image Maps
Thanks. I ended up using Js.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|