I put together a small app, but I want to make sure once a person hits the SUBMIT button it redirects to a processing message/page. Does anyone have a code snippet for this?
Thanks, everyone. Yes, what is your script, that would help a lot!
Here is what i have in the code at the bottom, when I hit submit, I would like it to revert to the processing screen since there is a small delay and then go to the next screen:
Here is what i have in the code at the bottom, when I hit submit, I would like it to revert to the processing screen since there is a small delay and then go to the next screen:
<body>
<form name="formOnlinePayment" method="post" action="OnlinePaymentConfi
<div>
======================
<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['formOnline
if (!theForm) {
theForm = document.formOnlineRequest
}
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.valu
theForm.__EVENTARGUMENT.va
theForm.submit();
}
}
//]]>
</script>
==========================
<a class='default' href='javascript:document.