cappycafe (AT) hotmail (DOT) com (cappycafe) wrote in message news:<a13acd4f.0312031155.7c9380fc (AT) posting (DOT) google.com>...
Quote:
how can show image button with submit type? I would like to show image
instead of submit value for <input type="submit">.
thanks |
I do not think my question was clear.
I'd like to replace a default submit button image to a different image
(such as .gif) withiin the form.
how should I do that?
I tired to use type="image" to point to the image file, but if I use
this image type. my form vale/variable won't pass to the action page.
So I must use the type="submit", then I cannot change this button
image to a .gif.