June 2002
Beginner
759 pages
80h 42m
English
submit
print $query->submit([ 'label','value' ])
Generates a Submit button.
labelThe label to use for the button.
valueThe value to return when the form is submitted. Using named parameters, the syntax is:
print $query->submit(-name=>'name', -value=>'value', -onClick=>function);
-onClick=>
functionBrowser should execute
function when the user
clicks on the image