Help for this page

Select Code to Download


  1. or download this
    <script type="text/javascript" language="JavaScript">
    <!--
    ...
    document.write("\" width=1 height=1>");
    // -->
    </script>
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    binmode(STDOUT);
    print STDOUT $pixel;
    exit;