Javascript Form Filler
Form submitting library
This Javascript package allows
- gathering complex GET data
- fillig html form elements according to data transmidded in URL
- displaying of error messages given in URL parameter
Loads GET parameter into two-dimensional associative array. Therefore feel free to use:
?param=value&compex_param[key1]=val1&complex_param[key2]=val2
It is possible to submit GET form and gather parameters in plain HTML!
Nifty, heh?
