<<
JS
General purpose JavaScripts to make life easier all around
p72form Default Value
add default values to form fields, which will disappear on entry to the field. the defaults will not submit. a nice way of labelling fields
p72form Checker
A general purpose web-form validator, supports checking for single required fields, multiple choice fields and pattern matching (regular expression) fields.
Still need to add a general purpose date validation routine.
p72log Util
Easily add logging to your javascript applications. Set the log level, and matching events will show in a popup window
Older scripts - some of these may now be obsolete
p72is Date
Validates a date
p72add Event
Add events to objects - support for all browsers (except Opera)
p72cookies
Simplify Cookie handling
p72modal Window
Open a
modal window in any browser - allows form submission (unlike IE's built in modal dialog)
p72validate String
validate a string against different formats, including email address and phone number