Does anyone know if it is possible to Submit an HTML form using Hyperlinks rather than Form Buttons.
Is This Possible..
Hope someone can Help
Peter
Not sure, but I think you can do this with Javascript:
<A href="submit();">Link</A>
Gave that I try It doesn't seem to work. It trys to find a page called submit()
Thnaks
off the top of my head, not tested
<A href="" onclick="submit();">Link</A>
or something similar like frm.submit();
Same Thing seems to be happening it just trys to Navigate to whatever is inside the " ".
<a href=javascript:document.forms[0].submit()>