print $query->button('name','function')
Generates a JavaScript button.
The name of the button.
The function to execute when the button is clicked.
Using named parameters, the syntax is:
print $query->button(-name=>'name', -value=>'label', -onClick=>"function");
name
label
function
-value=>'label'
label'
The label to display for the button.
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]