June 1999
Intermediate to advanced
540 pages
21h 39m
English
button
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");
The label to display for the button.
Read now
Unlock full access