Help for this page

Select Code to Download


  1. or download this
    use CGI;
    
    ...
    <input type='hidden' name='sequence' value='@{ [ CGI->escapeHTML($whol
    +e_sequence) ] }'/>
    <input type='submit' value='View Applet in new window'/></form>
    };
    
  2. or download this
    use CGI;
    
    ...
    print CGI->hidden( 'header',   $query );
    print CGI->hidden( 'sequence', $whole_sequence );
    print qq{<input type='submit' value='View Applet in new window'/></for
    +m>};