home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703A.ISO / MS_DEV / VID / SERVER / ASF / DATA.Z / default2.asp < prev    next >
Text File  |  1996-10-22  |  3KB  |  106 lines

  1. <%If Not IsEmpty(Session("ItemCount")) Then
  2.      iCount = Session("ItemCount")
  3.   Else
  4.      iCount = 0
  5.      Session("ItemCount") = iCount
  6.   End If
  7. %>
  8. <HTML>
  9.  
  10. <HEAD>
  11. <TITLE>Adventure Works Welcome Center</TITLE>
  12. </HEAD>
  13.  
  14. <BODY BACKGROUND="/advworks/multimedia/images/back_sub.gif"> 
  15. <FONT FACE="MS SANS SERIF" SIZE=2>
  16. <BGSOUND SRC="/advworks/multimedia/audio/wind2.wav">
  17.  
  18. <TABLE WIDTH=600 BORDER=0>
  19.  
  20. <TR>
  21. <TD>
  22. <IMG SRC="/advworks/multimedia/images/spacer.GIF" WIDTH=110>
  23. </TD>
  24. <TD COLSPAN=3>
  25. <IMG SRC="/advworks/multimedia/images/Frontartcomp.GIF" ALIGN=center BORDER=0 ALT="Adventure Works"><BR>
  26. <HR SIZE=4>
  27. </TD>
  28. </TR>
  29.  
  30. <TR>
  31. <TD ROWSPAN=3 VALIGN=TOP ALIGN=LEFT>
  32. <A HREF="/advworks/equipment/default.asp">
  33. <IMG SRC="/advworks/multimedia/images/icon_sub_equipment.GIF" ALIGN=CENTER BORDER=0 ALT="Equipment"></A><BR>
  34.  
  35. <A HREF="/advworks/excursions/default.asp">
  36. <IMG SRC="/advworks/multimedia/images/icon_sub_excursions.GIF" ALIGN=CENTER BORDER=0 ALT="Membership and Excursions"></A><BR>
  37.  
  38. <A HREF="/advworks/resources/default.asp">
  39. <IMG SRC="/advworks/multimedia/images/icon_sub_resources.GIF" ALIGN=CENTER BORDER=0 ALT="Resources"></A><BR>
  40.  
  41. <A HREF="/advworks/internal/default.asp">
  42. <IMG SRC="/advworks/multimedia/images/icon_sub_internal.GIF" ALIGN=CENTER BORDER=0 ALT="Internal"></A><BR>
  43.  
  44. <A HREF="/advworks/default.asp">
  45. <IMG SRC="/advworks/multimedia/images/icon_sub_home.GIF" ALIGN=CENTER BORDER=0 ALT="Home"></A><BR>
  46.  
  47. <%
  48.   If iCount > 0 Then%>
  49.  
  50.      <A HREF="/advworks/equipment/check_out.asp">
  51.      <IMG SRC="/advworks/multimedia/images/checkout.gif" ALT="Check Out" BORDER=O></A>
  52.  
  53. <%End If%>
  54.  
  55. </TD>
  56.  
  57. <TD VALIGN=TOP ALIGN=LEFT><FONT SIZE=2>
  58. You know the drill:  Proper equipment for your climb leads to a successful ascent. Adventure Works gear has been tested in the most extreme environments on earth, from the 8,00-meter peaks of the Himalayas to the sub-arctic giants of Alaska.
  59. <P>
  60.  
  61. Adventure Works has all the gear you need for any expedition, from a day hike to a major excursion.  Shop with us, set up camp with us, and take our challenge.  Join the Adventure Works expedition !
  62.  
  63. <P>
  64. <BR>
  65.  
  66. <IMG SRC="/advworks/multimedia/images/tipofday.gif" ALT="Tip of the Day">
  67.  
  68. <!--Tutorial exercise:  Textstream component-->
  69.  
  70. <BR><FONT FACE="ARIAL NARROW" SIZE=4 COLOR="#800000"><STRONG>
  71. <%= TipOfTheDay %></STRONG></FONT>
  72.  
  73. </TD>
  74.  
  75. <TD VALIGN=TOP ALIGN=RIGHT WIDTH=10>
  76. <IMG SRC="/advworks/multimedia/images/spacer.gif" WIDTH=10>
  77. </TD>
  78.  
  79. </TR>
  80. </FONT>
  81.  
  82. <TR>
  83.  
  84. <TD COLSPAN=3 VALIGN=TOP ALIGN=LEFT>
  85. <HR SIZE=4>
  86. <FONT FACE="MS SANS SERIF" SIZE=1>
  87. The names of companies, products, people, characters, and/or data mentioned
  88. herein are fictitious and are in no way intended to represent any real individual,
  89. company, product, or event, unless otherwise noted.
  90. <P>
  91.  
  92. <IMG SRC="/advworks/multimedia/images/ie_anim.gif" ALIGN=RIGHT>
  93.  
  94. <SUP>©</SUP>1996 Adventure Works<BR>
  95. Catalog photos courtesy of REI<sup>©</sup>.<BR>
  96. Corbis photo credits: Alissa Crandall, John Noble, Galen Rowell.</FONT>
  97.  
  98. </TD>
  99. </TR>
  100.  
  101. </TABLE>
  102. <FONT>
  103. </BODY>
  104.  
  105. </HTML>
  106.