Results 1 to 4 of 4

Thread: [RESOLVED] Image Maps

  1. #1

    Thread Starter
    Hyperactive Member Datacide's Avatar
    Join Date
    Jun 2005
    Posts
    309

    Resolved [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!

  2. #2
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Image Maps

    I'd use Javascript for that, as it's a client-side operation.

  3. #3
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594

    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.

  4. #4

    Thread Starter
    Hyperactive Member Datacide's Avatar
    Join Date
    Jun 2005
    Posts
    309

    Re: Image Maps

    Thanks. I ended up using Js.
    PHP in your FACE!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width