Categories
Tags → Length Javascript

Smart Form

Smart Forms has more than 20 validation types and extra features that make using forms a better experience. The best practice of form validation involves two stages: 1) JavaScript validation since it is fast and it takes the load off the server; 2) S...
DETAILS

Javascript Get or Set Checked Radio Value

This pair of Javascript function can get or set the checked value of a group of radio buttons. These functions are specially designed for dynamic pages, and work without error with zero, one, or more radio buttons. Also, because the radio length is...
DETAILS

Javascript Function to Check or Uncheck all Checkboxes

Use this Javascript function to check or uncheck all the checkboxes in a form. This function is specially designed for dynamic pages with varying numbers of checkboxes. Unlike other functions out there, it will work without error even if there are no...
DETAILS

AntiSpambotMailto()

CGI mailto forms provide the ultimate level of protection from spambots. However, unless you need that for other reasons such as database transactions, mailto links have the great advantage of ensuring that you receive the sender''s correct emai...
DETAILS
©2003-2019 jCay.com