Image submit button... sending values?
Posted: Mon Apr 28, 2003 4:12 pm
I want a submit button that is an image and sends it value to my script, how can I do this?
This works in Mozilla:
But as usual it doesn't work in IE6, the submit value is not sent!
How can I work around this? I would also prefer not to use Javascript, can I do it with CSS? Can i make a type="submit" button look like an image?
I guess I have the same problem as:
viewtopic.php?t=8286
/Andreas[/url]
This works in Mozilla:
Code: Select all
<input type="image" src="left.gif" name="submit" value="do_this" />
<input type="image" src="right.gif" name="submit" value="do_that" />How can I work around this? I would also prefer not to use Javascript, can I do it with CSS? Can i make a type="submit" button look like an image?
I guess I have the same problem as:
viewtopic.php?t=8286
/Andreas[/url]