Servertec | Form( ) | |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
|
Returns a hashtable object containing any form elements sent to the specified request object or returns the value of the given form element identifier using the specified request object. SyntaxForm( request )request.Form( ) Parametersrequest the request object to use.Returnshashtable the hashtable object containing any form elements sent using the post or get request method to the specified request objectnull if none NotesThis method is only accessible by ss.Example
SyntaxForm( request, name )request.Form( name ) Parametersrequest the request object to use.name the name of the form element. Returnsvalue the value(s) associated with the given from element.string if only one value. vector if more than one value. null if none. NotesThis method is only accessible by ss.Example
SyntaxForm( request, name, index )request.Form( name, index ) Parametersrequest the request object to use.name the name of the form element. index the index into the vector object of values. Returnsstring the value associated with the given from element.null if none. NotesThis method is only accessible by ss.Example
|
|
top of page
|