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

  1. <HTML>
  2.  
  3. <HEAD>
  4. <TITLE>Adventure Works Excursions</TITLE>
  5. </HEAD>
  6.  
  7. <BODY BACKGROUND="/AdvWorks/multimedia/images/back_sub.gif" LINK="#800000" VLINK="#008040"> 
  8. <FONT FACE="MS SANS SERIF">
  9. <TABLE WIDTH=600 BORDER=0>
  10.  
  11. <TR>
  12. <TD>
  13. <IMG SRC="/AdvWorks/multimedia/images/spacer.GIF" WIDTH=110 ALT="Space">
  14. </TD>
  15. <TD COLSPAN=3>
  16. <IMG SRC="/AdvWorks/Multimedia/Images/hd_excursions.gif" width="187" height="42" ALIGN=center BORDER=0 ALT="Excursions"><BR>
  17. <HR SIZE=4>
  18. </TD>
  19. </TR>
  20.  
  21. <TR>
  22. <TD ROWSPAN=7 VALIGN=TOP ALIGN=LEFT>
  23. <A HREF="/AdvWorks/equipment/default.asp">
  24. <IMG SRC="/AdvWorks/multimedia/images/icon_sub_equipment.GIF" width="85" height="45" ALIGN=CENTER BORDER=0 ALT="Equipment"></A><BR>
  25.  
  26. <A HREF="/AdvWorks/excursions/default.asp">
  27. <IMG SRC="/AdvWorks/multimedia/images/icon_sub_excursions.GIF" width="85" height="45" ALIGN=CENTER BORDER=0 ALT="Membership and Excursions"></A><BR>
  28.  
  29. <A HREF="/AdvWorks/resources/default.asp">
  30. <IMG SRC="/AdvWorks/multimedia/images/icon_sub_resources.GIF" width="85" height="45" ALIGN=CENTER BORDER=0 ALT="Resources"></A><BR>
  31.  
  32. <A HREF="/AdvWorks/internal/default.asp">
  33. <IMG SRC="/AdvWorks/multimedia/images/icon_sub_internal.GIF" width="85" height="45" ALIGN=CENTER BORDER=0 ALT="Internal"></A><BR>
  34.  
  35. <A HREF="/AdvWorks/default.asp">
  36. <IMG SRC="/AdvWorks/multimedia/images/icon_sub_home.GIF" width="85" height="45" ALIGN=CENTER BORDER=0 ALT="Home"></A><BR>
  37. <%If Not IsEmpty(Session("ItemCount")) Then
  38.      iCount = Session("ItemCount")
  39.   Else
  40.      iCount = 0
  41.   End If
  42.  
  43.   If iCount > 0 Then%>
  44.  
  45.      <A HREF="/AdvWorks/equipment/check_out.asp">
  46.      <IMG SRC="/AdvWorks/multimedia/images/checkout.gif" width="85" height="45" ALT="Check Out" BORDER=O></A>
  47.  
  48. <%End If%>
  49. </TD>
  50.  
  51. <TD COLSPAN=3 VALIGN=TOP ALIGN=LEFT>
  52. <FONT SIZE=2 FACE="MS SANS SERIF">
  53. Adventure Works' excursions cover the globe. Click the mountain you want to climb, for a wealth of information, including links to route descriptions, trip reports, and maps of the surrounding areas. Adventure Works can take you there!
  54. </FONT>
  55. <P>
  56. </TD>
  57.  
  58. </TR>
  59.  
  60. <TR>
  61. <TD COLSPAN=3 HEIGHT=10>
  62. <IMG SRC="/AdvWorks/multimedia/images/spacer.gif" ALT="Spacer">
  63. </TD>
  64. </TR>
  65.  
  66. <TR>
  67.  
  68. <TD VALIGN=TOP>
  69. <STRONG>
  70. <FONT SIZE=4 FACE="ARIAL NARROW">
  71. <IMG SRC="/AdvWorks/Multimedia/Images/bullet.gif" width="25" height="25" ALIGN=CENTER ALT="Bullet">
  72. <A HREF="/AdvWorks/excursions/Alaska.asp">Alaska - Mt. McKinley</A>
  73. <P>
  74.  
  75. <IMG SRC="/AdvWorks/Multimedia/Images/bullet.gif" width="25" height="25" ALIGN=CENTER ALT="Bullet">
  76. <A HREF="/AdvWorks/excursions/washington.asp">Washington - Mt. Rainier</A>
  77. <P>
  78.  
  79. <IMG SRC="/AdvWorks/Multimedia/Images/bullet.gif" width="25" height="25" ALIGN=CENTER ALT="Bullet">
  80. <A HREF="/AdvWorks/excursions/patagonia.asp">Argentina - Patagonia</A>
  81. <P>
  82.  
  83. <!-- ----- NO HIMALAYA CONTENT YET ----------
  84.  
  85. <IMG SRC="/AdvWorks/Multimedia/Images/bullet.gif" width="25" height="25" ALIGN=CENTER ALT="Bullet">
  86. <A HREF="/AdvWorks/excursions/himalayas.asp">Himalayas - Mt. Everest</A><BR>
  87. </STRONG>
  88.  
  89. </FONT>
  90.  
  91. ----------------------------------------- -->
  92.  
  93. </TD>
  94.  
  95. </TR>
  96.  
  97.  
  98. <TR>
  99. <TD>
  100. <IMG SRC="/AdvWorks/multimedia/images/spacer.gif" HEIGHT=10 BORDER=0 ALT="Space">
  101. </TD>
  102. </TR>
  103.  
  104. <!-- BEGIN advertisment -->
  105.  
  106. <TR>
  107. <TD VALIGN=TOP ALIGN=LEFT>
  108. <% Set Ad = Server.CreateObject("MSWC.Adrotator") %>
  109. <%= Ad.GetAdvertisement("/AdvWorks/adrot.txt") %>
  110. </TD>
  111. </TR>
  112.  
  113. <!-- END advertisment -->
  114.  
  115. <% REM Column Span Value %>
  116. <% HTML_CS = 3 %>
  117. <% HTML_INDENT = FALSE %>
  118. <!--#include virtual="/AdvWorks/Disclaim.inc"-->
  119.  
  120. </TABLE>
  121.  
  122. <!--#include virtual="/AdvWorks/srcform.inc"-->
  123.  
  124. </BODY>
  125.  
  126. </HTML>
  127.