Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Submitting a form

by muradkhan (Initiate)
on Feb 26, 2004 at 22:44 UTC ( [id://332126]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <script language="JavaScript">
    function submitScreen(actionStr)
    ...
    <input type="submit" name="Continue" value="Yes" onClick=submitScreen(
    +"continue")>
    <input type="Submit" name="Abort" value="No" ></td>
    </tr>
    
  2. or download this
    use HTTP::Request::Common qw(POST);
    use LWP::UserAgent;
    ...
      }
    } else {
      print "Bad luck this time\n";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://332126]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-03-29 00:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found