Help for this page

Select Code to Download


  1. or download this
    <form action="http://site/cgi-bin/go.cgi" method="GET">
    <input type="text" name="browse_url">
    <input type="submit">
    </form>
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    print "<html><head>";
    print "<meta http-equiv=\"refresh\" content=\"10;url=$redirect_url\">"
    +;
    print "</head><body><a href=\"$redirect_url\">click</a></body></html>\
    +n";