Hello,
I need a script which allow the user to type just characters(a-z, A-Z, fullstop, underscore).
i want that script to must run in Mozilla as well as internet Explorer.
Mostly these type of scripts cannot run in Mozilla, so plz help
Eshban
simple validation ???
Moderator: General Moderators
Re: simple validation ???
Not if you are using PHP, do you have any problem with the script being written in PHP?eshban wrote:Mostly these type of scripts cannot run in Mozilla
Re: simple validation ???
Javascript validation works just fine in Mozilla, in fact better than it does in IE usually.eshban wrote:Hello,
I need a script which allow the user to type just characters(a-z, A-Z, fullstop, underscore).
i want that script to must run in Mozilla as well as internet Explorer.
Mostly these type of scripts cannot run in Mozilla, so plz help
Eshban
You could also as an alternative validate in PHP.
What are you trying to accomplish, PHP validation, or Javascript?