Hi everybody.
I have a form in a html document with this code to use a text link as a submit button:
<a href="javascript:document.form_name.submit();">click here</a>
It's working just fine but if I send the html page as a html email, the text link is not working anymore.
Any idea?
Thanks.
I have a form in a html document with this code to use a text link as a submit button:
<a href="javascript:document.form_name.submit();">click here</a>
It's working just fine but if I send the html page as a html email, the text link is not working anymore.
Any idea?
Thanks.
Comment