Results 1 to 6 of 6

Thread: images as button couldnt post data!!

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2005
    Posts
    840

    Resolved images as button couldnt post data!!

    i use an image as the button of a register form, but when i click the form, it doesnt post the data into databse....why?
    Last edited by kenny_oh; Oct 13th, 2005 at 09:10 AM.

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: images as button couldnt post data!!

    Did you use input type=image?

    <input type="image" src="/images/send.gif" alt="Send">

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2005
    Posts
    840

    Re: images as button couldnt post data!!

    no...... i not familiar with this technique...... what is alt = "Send"??

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2005
    Posts
    840

    Re: images as button couldnt post data!!

    ok....it work alr....thank you!! what is the meaning for this alt ="send"????

  5. #5
    Addicted Member Peter1's Avatar
    Join Date
    Aug 2002
    Posts
    166

    Re: images as button couldnt post data!!

    If your browser can't find the image then it displays the value in the alt (alternative) attribute instead.

  6. #6
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: images as button couldnt post data!!

    And in some browsers, that text displays as a tooltip.

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