>     It's me again =D Can I use an Image hyperlinked to my .pl program
>     instead of using the form's submit button?
> How can I do this?
> 
> Rafferty

Either

        <a href="..."><img src=".."></a> - most probably you'll want to 
add border=0 to the <IMG>.

Or

        <input type=image src="...">

this one will send you also the coordinates of the click.

Jenda

P.S.: But this has nothing to do with Perl !


=========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==========
There is a reason for living. There must be. I've seen it somewhere.
It's just that in the mess on my table ... and in my brain
I can't find it.
                                        --- me
_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to