June 2002
Beginner
759 pages
80h 42m
English
image_button
$query->image_button('name','url' [,'align'])
Generates a clickable image map.
nameThe name to use. When clicked, the
x ,
yposition is returned as
name .
xand
name .
y, respectively.
urlThe URL of the image for the image map.
alignThe alignment type. May be TOP, BOTTOM, or MIDDLE. Using named parameters,
the syntax is:
print $query->image_button(-name=>'name', -src=>'url', -align=>'align', -onClick=>function);
-onClick=>
functionBrowser should execute
function when the user
clicks on the image