PDA

Click to See Complete Forum and Search --> : image input type


Zhiquan
Feb 26th, 2003, 04:06 AM
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!

Mushroom Realm
Feb 26th, 2003, 02:04 PM
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.

Rick Bull
Feb 26th, 2003, 05:23 PM
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.