JAVASCRIPT-GET-VARIABLES.JS

 var 1
 var
 var 2
 var
 var 3

 
= ( );

This function allows you to read form variables from static HTML. Combined with the document.write() method, you can actually add dynamic content to regular HTML. Given a choice, server side processing of form variables is preferable.

JAVASCRIPT-GET-VARIABLES.JS