Running Perl script in the backend from Html

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • satish2112
    New Member
    • Sep 2007
    • 6

    Running Perl script in the backend from Html

    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="UpdateBut ton" 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!!
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    Not with perl. That is server side only. You would need javascript.

    Comment

    Working...