Hello, everybody. This is not en web2py problem, I think. But don´t know where to start looking for a solution.
I have a form with a lot of input fields ordered in rows. For every row I have a submit button. Instead of text in the button I have a image like tthis. INPUT(_type="image" _src.... _value=ordernumber) With Firefox when I look at the request.vars I get a variable named ordernumber and the correct value. But IE has no ordernumber variable. I tried with a input type hidden but as I have maybe 10 submit buttons i get 10 hidden variables and I don´t know which row should be processed? If I use _type="submit" I get the variable, but then the submit button shows the ordernumber value. Any ideas? Kenneth