html form help

Imaulle

[H]ard|Gawd
Joined
Jan 13, 2006
Messages
1,213
Hello,

I'm having some issues with the following forms & inputs: http://pastebin.com/5R6kCpTF

I'm not sure the best way to do this... I'm trying to have thumbnails that will click/submit but then below that will be some other type of forms..

The first issue is, the first set of inputs are not working in IE because I'm using type="image" and the value is not sent correctly (it works fine in Chrome/Firefox though)

The second issue is with the input at line 32. It will work, but then the value from the first group of input is never sent along with the new data


Also, any good resources to help me become pro with this type of forms/inputs?


thanks!!!
 
The pictures don't need to be a form. You can just have them as regular images and then add click events to them.
 
using onclick then with some javascript? How will I get the other form stuff to go with the same form submit
 
Back
Top