June 1999
Intermediate to advanced
540 pages
21h 39m
English
submit
print
$query
->submit([ '
label
','
value
' ])
Generates a submit button.
The label to use for the button.
The value to return when the form is submitted.
Using named parameters, the syntax is:
print $query->submit(-name=>'name', -value=>'value', -onClick=>function);
Browser should execute function when the user clicks the Submit button.
Read now
Unlock full access