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";