I want something like
<script language="javascript">
function final_submit()
if( document.signup_form.CARD_EXPIRE.value == "" )
{
alert( "Please enter a valid date" );
return false;
}
return true;
</script>
To check a form date before it gets swept off by the...
I need a little help.
i need to stick a simple "experation date" is less than "today date" perl on an already existing .pl.
IF variable is less that today, do nothing, if its greater, I'll redirect them.
I know, I know, its probably super simple and I just need to learn...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.