Click to See Complete Forum and Search --> : input type=image IE/Netscape


tripwater
07-01-2003, 09:37 AM
I had an earlier post on passing over a check box value using a query string along with other info. I took pyro's advice and I am just using a form and passing over the additional info via hidden field.

My question now is I have been using <input type=image src=image.gif> to submit my forms. I do this so I can use an image instead of the default button to submit and was told this was a solution.

However I noticed that my results post in IE but not in Mozilla/Netscape. Does anyone know why this is so and how I can work around this to keep my image as a submit button?

Thank you for any help.

tripwater
07-01-2003, 09:48 AM
Sorry I forgot to remove the <a></a> tags around the image once I changed from using a query string to a form Doh!

Thanks.