Help for this page

Select Code to Download


  1. or download this
    <INPUT type="button" value="Close Window" onCLick="window.close();">
    
  2. or download this
    # Javascript to create popup window
    my $JSCRIPT;
    ...
    }
    EOF
    ;
    
  3. or download this
    print header (-cookie => $cookie),
            start_html (-title => "Test Site", -script=>$JSCRIPT, -backgro
    +und=>"../images/sb0068.jpg", -leftmargin=>"0", -topmargin=>"0"),
                                       add_boilerplate ($page),
            end_html ();
    
  4. or download this
    $page .= p({ -style => "font-family: verdana; font-size: 10pt;" }, "Sh
    +ipping and tax may be added to your order.\n"
                       . "To estimate shipping and tax, please see the " 
                       . a({-onClick => "launchwin"}, 
                       "Shipping and Tax")
                       . " page.\n");