Hi,, I am trying to submit/reset forms using links and images from outside the <form> tag
I was using this:
and<a href="#" onclick="document.getElementById('formname').submit();"> Test link for submitting form </a>
but they don't seem to work. Help please.<a href="#" onclick="document.getElementById('formname').reset();"> Test link for reseting form </a>



Reply With Quote

Bookmarks