/ Published in: JavaScript
Convert a form submit button code to a hyperlink code and hide the form
Expand |
Embed | Plain Text
<a href="#" onclick="document.getElementById('email').submit();return false" title="Submit form">Submit Form</a>
You need to login to post a comment.
