June 2002
Beginner
759 pages
80h 42m
English
button
$query->button('name','function')
Generates a JavaScript button.
nameThe name of the button.
functionThe function to execute when the button is clicked. Using named parameters, the syntax is:
print $query->button(-name=>'name', -value=>'label', -onClick=>"function");
-value=>'
label 'The label to display for the button