Apr 11th, 2010, 12:18 AM
Hi Ben,
A last question...
As you could see in the form I heve used a rule:
rules.push("digits_only,aantal_groen,alleen cijfers invullen!(groen)");
I would like users to give the opportunity to use a comma, si I tried:
rules.push("reg_exp,aantal_groen,^\s*(0|1|2|3|4|5|6|8|9|\,\)\s*$,i,alleen cijfers en komma!");
it doesn't seem to work....the form submits without java errors....
Any idea?
Hope you can help me with this.....
Thanks again!
Greetings
Bert van der Veen
A last question...
As you could see in the form I heve used a rule:
rules.push("digits_only,aantal_groen,alleen cijfers invullen!(groen)");
I would like users to give the opportunity to use a comma, si I tried:
rules.push("reg_exp,aantal_groen,^\s*(0|1|2|3|4|5|6|8|9|\,\)\s*$,i,alleen cijfers en komma!");
it doesn't seem to work....the form submits without java errors....
Any idea?
Hope you can help me with this.....
Thanks again!
Greetings
Bert van der Veen