Help for this page

Select Code to Download


  1. or download this
    <form class='frm' name='frm_name_1' id='frm_name_1' action='/cgi-bin/h
    +ello_world.pl' method='POST'>
    
  2. or download this
    use CGI;
    use locale;
    
    $query = new CGI;
    $CommentText = $query->param('txt_content');
    
  3. or download this
    <form class='frm' name='frm_name_1' id='frm_name_1' action='' method='
    +POST'>
    
  4. or download this
        <script type="text/javascript" src="http://code.jquery.com/jquery-
    +1.4.2.min.js"></script>
        <script type="text/javascript" src="http://ajax.microsoft.com/ajax
    +/jquery.validate/1.7/jquery.validate.min.js"></script>
    ...
            });
        });
        </script>
    
  5. or download this
    use CGI;
    use locale;
    
    $query = new CGI;
    $CommentText = $query->param('txt_content');