Running Perl script in the backend from Html

Running Perl script in the backend from Html

am 13.09.2007 05:51:30 von satish2112

following is my Html code:



value="Update" >

in the above code, if i click on submit button, a webpage is opened
and the script in script.pl is executed.

is there any way such that another web-page is not opened and the
script is run in the backend?

Please help me!!

Re: Running Perl script in the backend from Html

am 13.09.2007 08:11:05 von Petr Vileta

satish2112@gmail.com wrote:
> following is my Html code:
>
>
>
> > value="Update" >
>
> in the above code, if i click on submit button, a webpage is opened
> and the script in script.pl is executed.
>
> is there any way such that another web-page is not opened and the
> script is run in the backend?
>
For what purpose you need it? Maybe I can help you when I will know the
purpose.
--

Petr Vileta, Czech republic
(My server rejects all messages from Yahoo and Hotmail. Send me your mail
from another non-spammer site please.)

Re: Running Perl script in the backend from Html

am 13.09.2007 23:00:30 von Gunnar Hjalmarsson

satish2112@gmail.com wrote:
> following is my Html code:
>
>
>
> > value="Update" >
>
> in the above code, if i click on submit button, a webpage is opened
> and the script in script.pl is executed.
>
> is there any way such that another web-page is not opened and the
> script is run in the backend?
>
> Please help me!!

I tried...

http://groups.google.com/group/comp.lang.perl.misc/msg/7ef15 07bf9b74338

Why do you ignore the reply you got so far??

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl

Re: Running Perl script in the backend from Html

am 17.09.2007 22:23:20 von Ken

Gunnar Hjalmarsson wrote:
> satish2112@gmail.com wrote:
>> following is my Html code:
>>
>>
>>
>> >> value="Update" >
>>
>> in the above code, if i click on submit button, a webpage is opened
>> and the script in script.pl is executed.
>>
>> is there any way such that another web-page is not opened and the
>> script is run in the backend?
>>
>> Please help me!!
>
> I tried...
>
> http://groups.google.com/group/comp.lang.perl.misc/msg/7ef15 07bf9b74338
>
> Why do you ignore the reply you got so far??
>
You could also use ajax to do the submit.