Search HouseOfScripts.com

 

All Scripts        JavaScripts        ASP Scripts        Other Scripts

 

  Submit Form Using Javascript asp, send, email, cdonts, link, recordset, hyper, hyperlink, create, list, box, dependant, dynamic

This is very simple.

<script language ="JavaScript">

function SubmitForm()
{
document.form1.action = "anotherpage.html";
document.form1.submit()
}

function ResetForm()
{
document.form1.reset()
}

</script>


<form name="form1" action="">
<a href="javascript: SubmitForm()">Test Link</a>
</form>

 

 


Home       Scripts       Active WebTools       Web Templates       Forum       Tools        Hosting       Questions/Comments       Add/Request