Re: having a html button/check box call a perl subroutine
by Foo JH other posts by this author
Jul 23 2007 7:53PM messages near this date
view in the new Beta List Site
Re: having a html button/check box call a perl subroutine
|
Re: having a html button/check box call a perl subroutine
Are you sure you want to run Perl on the client side? Usually it's a
policy challenge to do that on all the desktops.
If you really know what you are talking about, then you can google
'perlscript clientside' to get some good documentation on this.
Dhivya Arasappan/O/VCU wrote:
>
> Hi everyone,
>
>
>
> I'm writing a perl program in which I'm setting up a html checkbox
> such that when it is clicked, a perl subroutine is called.
>
>
>
> I know that I can call a javascript function when a checkbox is
> clicked in the following way:
>
> print "<input type='checkbox' name='check' value='checkbox'
> onClick='javascriptfn();'>";
>
> But how can I use the same checkbox to call a perl subroutine?
>
> Any kind of guidance would be really appreciated.
>
> thanks
>
> dhivya arasappan
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Perl-Win32-Web mailing list
> Perl-Win32-Web@[...].com
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
>
_______________________________________________
Perl-Win32-Web mailing list
Perl-Win32-Web@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Dhivya Arasappan/O/VCU
Lachlan
Dhivya Arasappan/O/VCU
Dhivya Arasappan/O/VCU
lashley
Bill Luebkert
Foo JH
Chip Hedler
|