in reply to Re: Re: Image Button
in thread Image Button

The submit function sends the form to the current script by default. If you want to send it to a different script (as it seems you do), add an action tag:
print submit(-type=>'image',-src=>"blah.jpg",-name=>'',-action=>'yours +cript.pl');
buckaduck