December 1998
Beginner to intermediate
674 pages
40h 41m
English
textfield
print $query ->textfield('name' [,’value', size, maxlength ])
Generates a text input field.
The name to assign the input to (required).
The initial value to place in the text field.
The size of the text field (in characters).
The maximum length of the text field (in characters).
Using named parameters, the syntax is:
print $query->textfield(-name=>'name', -default=>'value', -size=>size, -maxlength=>maxlength, -override=>1, -onChange=>function, -onFocus=>function, -onBlur=>function, -onSelect=>function);
Read now
Unlock full access