Help for this page

Select Code to Download


  1. or download this
    
    <input type="image" name="action" value="invite" alt="Invite" src="inv
    +ite.gif">
    ...
    <br>
    <input type="image" name="action" value="leave" alt="Leave" src="exit.
    +gif">
    
  2. or download this
    
    my $action = $cgi->param('action');
    ...
      # view
    ...
    ..