Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Credit card page, processing before it's ready


  • From: ShawnMilo at runbox.com (Shawn Milo)
  • Subject: [Javascript] Credit card page, processing before it's ready
  • Date: Tue Aug 31 10:28:13 2004

Oops, mistake.

if (!validationFunction()){return false;}

It won't work the way I typed it in my first e-mail.

Shawn

> In the <form> or the submit button, add something like:
> 
> if (!validationFunction){return false;}
> 
> Shawn
> _______________________________________________
> Javascript mailing list
> Javascript@xxxxxxxxxx
> https://lists.LaTech.edu/mailman/listinfo/javascript
> 
>