No not the poodle...
I am using a CGI script to access a mysql database. I would like
to have buttons at the top that when activated (onClick) will open
the database, retrieve the data through a series of SQL statements and return
the data to the browser (this is for an internal website). My
understanding is that javascript is the best way to do this. Does
anyone have any examples of this being used?
print p($query->button(-name=>'test',
-value=>'test',
-onClick=>"?????????"));
thx muchly