>Hi everybody:
>Is there any reliable, complete form validation custom tag?
>Thanks
>Benign

Massimo Foti has a pretty good form validation library at 
http://www.massimocorner.com/validator/, from the web site:

The TMT validator is a JavaScript library for form validation. It was developed 
with several goals in mind:

Attach validation rules to form fields using attributes in a declarative way

Streamline authoring/editing on any IDE that can provide custom code hints for 
tags

Make code generation painless. Defining the validation rules as attributes of 
the field tags makes it easier to generate forms server-side, or write code 
generators, because the form fields are self-contained

Easy to use out of the box for XHTML people, even with minimal programming 
skills, while still being totally open to extensibility by developers familiar 
with JavaScript

Ability to work on pages served using an XML mime-type, not only plain text tag 
soup

Use well-formed XML code that can be parsed, generated or manipulated by any 
XML parser

Easy integration with server-side languages that support custom tags (CFML, 
ASP.NET, JSP)

hth,
larry

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256847
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to