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