I am have the following code to use an image as a form button but I need to use the "value" attribute.
Ie. <input type="submit" name="submit" value="Create Excel">. The action page uses the "value" attribute to decide what functions to perform.
Also how would I use an image as a clear button?
<A onclick="document.forms[0].submit();return false" href="javascript:;"><IMG height=20 alt="Update Status" src="../images/buttons/clear.gif" width=52 border=0></A>
Ie. <input type="submit" name="submit" value="Create Excel">. The action page uses the "value" attribute to decide what functions to perform.
Also how would I use an image as a clear button?
<A onclick="document.forms[0].submit();return false" href="javascript:;"><IMG height=20 alt="Update Status" src="../images/buttons/clear.gif" width=52 border=0></A>