Hi,
I am aware that you can use the following:
document.myform.submit();
to submit a form in javascript but I was wondering if you could also indicate the action. I want to post the form using javascript and actioned as action="mailto:email@nowhere.com".
Is there a way of doing this?
Many thanks
Reet
I am aware that you can use the following:
document.myform.submit();
to submit a form in javascript but I was wondering if you could also indicate the action. I want to post the form using javascript and actioned as action="mailto:email@nowhere.com".
Is there a way of doing this?
Many thanks
Reet