
|
| |  |  | Validate Dates |
|
|
Validate URL
Home :: Javascript :: Validate URL
Javascript functions can validate correctly formed URLs. Here is a javascript function
to ensure user input from form fields on your web pages. Attach it to the onchange event
or insert it in a handler.
This function is interesting in that it makes heavy use of regular expressions for pattern matching.
Next >> Links
|