HTML passVar(String httpvar, String value)
Arguments
httpvar: The variable namevalue: The variable value
Usage
Pass a variable to a form. This returns the HTML for a hidden input field. Note that neither parameter is escaped by this function, so you must ensure that neither contains a '"' character yourself.