Running Perl script in the backend from Html

S

satish2112

following is my Html code:

<form name="form100" method="post" action="script.pl">
<textarea cols = "160" rows="12" name="TextArea1" > </textarea>
<input align = "left" name="UpdateButton" type= "submit"
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!!
 
G

Gunnar Hjalmarsson

following is my Html code:

<form name="form100" method="post" action="script.pl">
<textarea cols = "160" rows="12" name="TextArea1" > </textarea>
<input align = "left" name="UpdateButton" type= "submit"
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/7ef1507bf9b74338

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,743
Messages
2,569,478
Members
44,899
Latest member
RodneyMcAu

Latest Threads

Top