DrSeussFreak
Programmer
I am working on a form in ASP, and I am trying to integrate a javascript redirect option for an onclick event on a button.
Below is the javascript, but how do I get the button to activate the script?
Below is the javascript, but how do I get the button to activate the script?
Code:
</script>
<script language="javascript">
function redirect("page.asp") { location = "page.asp"; }
</script>