public function SACKGenerator
Prototype:
public function SACKGenerator(formname);
Parameters
formname
the SACK form name as a string.
Description:
This is the standard contructor for this class and should not be used directly. Instead, is called using the 'new' operator as in the example bellow.
Return value:
This is a constructor and returns nothing.
Example
var AGenerator=new SACKGenerator("myform");