Results 1 to 3 of 3

Thread: image input type

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2002
    Location
    Singapore
    Posts
    32

    image input type

    the image input type acts as a submit button right? But I don't seem to be able to include more than 1 on a page properly, in the sense that it doesnt pass form data to my PHP script properly.

    Anyway to fix this?

    Thanks!
    C you, C me

  2. #2
    Fanatic Member Mushroom Realm's Avatar
    Join Date
    Mar 2002
    Location
    Murrieta, California
    Posts
    650
    Correct me if I'm wrong, but I think you can only have one submit button per form. So I think that you could have more than one form on a page and submit them to different places that way.

  3. #3
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    No you can have as many submits as you like. You can then name them if you want so you know which one buttons was used to submit the form.

    Maybe we can help if we see your code? Also have you tested in browsers other than IE? IE seems to have some bugs for arrays in forms I think.

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