Alias
11-06-2002, 07:46 PM
Hello
I find that it is possible to use text or an image as a submit button:
<a href="javascript:document.theFormName.submit();">Submit</a>
Is it possible to use text or an image as a RESET button ???
When I try:
document.theFormName.reset();
it doesn't work.
I find that it is possible to use text or an image as a submit button:
<a href="javascript:document.theFormName.submit();">Submit</a>
Is it possible to use text or an image as a RESET button ???
When I try:
document.theFormName.reset();
it doesn't work.