Hy all, I think i got the solution i am using perlscript @ client side in that webpage and i am able to got the params from user and able to execute some functions (with out any web server)
Thanks for your help. a b On 2/3/06, JupiterHost.Net <[EMAIL PROTECTED]> wrote: > > a b wrote: > > Hy , > > Hello, > > > my scenario is have a html page in your c:\statichtmlpage.html > > in the section of form i've written like > > < form method=post action=perfile.pl> > > ---- > > <> > > > > and a perl file that can retrieve params from statichtmlpage.html file > and > > execute some thing at local machine > > > > i don't want to install any web server :-) > > So you want a plain text file to do an HTTP session with a local script? > > *something* has to send the form's params to the script, i not a web > server then I suppose you could write javascript that will get executed > when they click submit that will take the form's values and run a system > commend to your script with those params, but its going to be very > difficult to server a dynamic web page with a web server to do it :) > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > <http://learn.perl.org/> <http://learn.perl.org/first-response > > > >