On Thu, Mar 11, 2010 at 5:33 PM, Shreerang Patwardhan <
[email protected]> wrote:
> Hey all,
> I wish to execute a shell script from a simple html page. When I click
> on a submit button on the html page the script should execute. How do I do
> this? Any help is appriciated...
>
> Thanx,
>
> Regards,
> Shreerang Patwardhan.
> _______________________________________
> Pune GNU/Linux Users Group Mailing List
>
Most langs have something like a SYSTEM() function.
Like in python
import os
os.system(" sh ~path-to-your-script ")
that should do it.
--
Owais Lone
[email protected]
http://www.owaislone.org
_______________________________________
Pune GNU/Linux Users Group Mailing List