Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
103 lines (53 sloc)
1.75 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <HTML> | |
| <HEAD> | |
| <TITLE> | |
| HiP Owns You.... | |
| </TITLE> | |
| </HEAD> | |
| <meta http-equiv="pragma" content="no-cache"> | |
| <BODY bgcolor=#DAE4FE BACKGROUND="graphics/back.gif" text=black link=navy vlink=purple> | |
| <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0> | |
| <TR> | |
| <TD WIDTH=140 VALIGN=top> | |
| <BR> <BR> | |
| <IMG SRC="graphics/merchant_menu.gif" BORDER=0 HSPACE=10 USEMAP="#menu"><P> | |
| <p> | |
| </TD> | |
| <TD WIDTH=15> </TD> | |
| <TD WIDTH=415 VALIGN=top> | |
| <FONT SIZE=+1 FACE=ARIAL>New Additions</FONT><P> | |
| <TABLE BORDER=1 CELLPADDING=5 CELLSPACING=0> | |
| <TR BGCOLOR='#DAE4FE'> | |
| <TH>Product</TH><TH>Code</TH><TH>Price</TH></TR> | |
| <TR> | |
| <TD><A HREF=merchant.cfm?idp=46>E-mail List</A></TD> | |
| <TD>Code EML1</TD><TD ALIGN=RIGHT>$ 200.2</TD></TR> | |
| <TR> | |
| <TD><A HREF=merchant.cfm?idp=47>Dynamic Links</A></TD> | |
| <TD>Code Dl1</TD><TD ALIGN=RIGHT>$ 150.25</TD></TR> | |
| <TR> | |
| <TD><A HREF=merchant.cfm?idp=53>Cushions</A></TD> | |
| <TD>Code phone</TD><TD ALIGN=RIGHT>$ 25.0</TD></TR> | |
| <TR> | |
| <TD><A HREF=merchant.cfm?idp=55>Lincoln Welder</A></TD> | |
| <TD>Code LW</TD><TD ALIGN=RIGHT>$ 1000.0</TD></TR> | |
| <TR> | |
| <TD><A HREF=merchant.cfm?idp=56>grey</A></TD> | |
| <TD>Code 0</TD><TD ALIGN=RIGHT>$ 400.0</TD></TR> | |
| </TABLE> | |
| </TD> | |
| </TR> | |
| </TABLE> | |
| <MAP NAME="menu"> | |
| <AREA SHAPE=RECT COORDS="1,10,50,30" HREF="index.cfm"> | |
| <AREA SHAPE=RECT COORDS="1,40,66,60" HREF="about.cfm"> | |
| <AREA SHAPE=RECT COORDS="1,73,76,90" HREF="feedback.cfm"> | |
| <AREA SHAPE=RECT COORDS="1,100,83,131" HREF="whatsnew.cfm"> | |
| <AREA SHAPE=RECT COORDS="1,148,90,165" HREF="merchant.cfm"> | |
| <AREA SHAPE=RECT COORDS="1,178,62,195" HREF="specials.cfm"> | |
| <AREA SHAPE=RECT COORDS="1,207,95,225" HREF="new.cfm"> | |
| <AREA SHAPE=RECT COORDS="1,238,90,257" HREF="search.cfm"> | |
| <AREA SHAPE=RECT COORDS="1,268,83,287" HREF="basket.cfm"> | |
| </MAP> | |
| </BODY> | |
| </HTML> |