1CGI.passVar(3kaya)           Kaya module reference          CGI.passVar(3kaya)
2
3
4

NAME

6       CGI::passVar - Pass a variable to a form.
7

SYNOPSIS

9       HTML passVar( String httpvar, String value )
10

ARGUMENTS

12       httpvar The variable name
13
14       value The variable value
15

DESCRIPTION

17       Pass  a  variable  to  a form. This returns the HTML for a hidden input
18       field. Note that neither parameter is escaped by this function, so  you
19       must ensure that neither contains a '"' character yourself.
20

AUTHORS

22       Kaya   standard  library  by  Edwin  Brady,  Chris  Morris  and  others
23       (kaya@kayalang.org). For further information see http://kayalang.org/
24

LICENSE

26       The Kaya standard library is free software;  you  can  redistribute  it
27       and/or  modify  it  under  the  terms  of the GNU Lesser General Public
28       License (version 2.1 or any later version) as  published  by  the  Free
29       Software Foundation.
30
31
32
33Kaya                             December 2010              CGI.passVar(3kaya)
Impressum