|
-
Feb 26th, 2003, 05:06 AM
#1
Thread Starter
Member
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!
-
Feb 26th, 2003, 03:04 PM
#2
Fanatic Member
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.
-
Feb 26th, 2003, 06:23 PM
#3
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|