Javascript Forms
<form method="POST" enctype="application/x-www-form-urlencoded"> .... a series of fields.... <input type="submit" name="save_meeting_msg" value=" Update ">
<form id="ContactForm" method="POST" enctype="application/x-www-form-urlencoded">
.... a series of fields....
<a href="#" class="link2" name="save_meeting_msg" onclick="document.getElementById('ContactForm').submit()"><strong><strong>Send</strong></strong></a> I've looked everywhere and can't seem to find how to use the submit() to pass along the 'name' value in Javascript.
Your help is greatly appreciated.
-
Robert24 -
Thanks
{{ DiscussionBoard.errors[1303541].message }} -
-
cmaclean -
Thanks
{{ DiscussionBoard.errors[1306156].message }} -
-
mywebwork -
Thanks
{{ DiscussionBoard.errors[1306655].message }} -