home *** CD-ROM | disk | FTP | other *** search
- #! /usr/local/bin/perl
- push (@INC, "/usr/local/business/http/accn.com/cgi-bin");
- require("cgi-lib.pl");
- print &PrintHeader;
- &ReadParse(*customer_data);
-
- print <<"EOT";
- <html>
- <head><Title>Leading Rein Horse Supplies Clippers</title></head>
- <body>
-
- <FORM METHOD=POST ACTION="/leading-rein/order.cgi">
- <image src=images/dadpi_15.jpg align=left>
-
- <font size=+2> These durable Rechargeable Cordless Clippers from Oster
- are specially priced this week
- for only \$69.95. </font><hr noshade><br>
- <FORM METHOD=POST ACTION="/leading-rein/order.cgi">
- <table border>
- <th> Quantity <th>Regular Price<th>Sale Price<tr>
- <td> <input type=text size=2 name="Oster RL-Clippers">
- <td> \$97.95 <td>\$69.95<tr>
- <tr></table>
- </FORM>
- <br clear=left>
- <br>
- <FORM METHOD=POST ACTION="/leading-rein/order.cgi">
-
- <table border>
- <td>
- Qty
- <tr>
-
- <td rowsize=2><input type=text size=2 name=stirrup_1a >
- <td><image src=images/dadp2_11.jpg align=left>
- <td> <font size=+2>Vac'n Blo Large Animal Groomer</font>
- <p>Heavy duty 4.0 hp model makes grooming faster and easier.
- Includes 12 foot hose, three piece brush and comb set.
- <tr>
- <td><td>. \$269.95 .<td><tr>
- </FORM>
- </table>
-
- <br clear=left >
- <br>
- <image src=images/dadp2_13.jpg align=left>
- <br clear=left >
- <br>
- <image src=images/dadp2_15.jpg align=left>
- <br clear=left >
- <br>
- <image src=images/dadp2_19.jpg align=left>
- </FORM>
- <br clear=left >
- <hr>
- <A HREF="http://www.accn.com/leading-rein/index.cgi?unique_id=$customer_data{'unique_id'}">
- <img alt="The Leading Rein "
- src="/leading-rein/images/home.gif" border=1 A>
-
- </body>
- </html>
-
- EOT
-
-