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

  1. <HTML>
  2.  
  3. <HEAD>
  4. <TITLE>Adventure Works Welcome Center</TITLE>
  5. </HEAD>
  6.  
  7. <BODY BACKGROUND="/AdvWorks/multimedia/images/back_sub.gif"> 
  8. <FONT FACE="MS SANS SERIF" SIZE=2>
  9. <BGSOUND SRC="/AdvWorks/multimedia/audio/wind2.wav">
  10.  
  11. <TABLE WIDTH=600 BORDER=0>
  12.  
  13. <TR>
  14. <TD>
  15. <IMG SRC="/AdvWorks/multimedia/images/spacer.GIF" WIDTH=110 ALT="Space">
  16. </TD>
  17. <TD COLSPAN=3>
  18. <IMG SRC="/AdvWorks/multimedia/images/Frontartcomp.jpg" ALIGN=center width=344 height=146 BORDER=0 ALT="Adventure Works"><BR>
  19. <HR SIZE=4>
  20. </TD>
  21. </TR>
  22.  
  23. <TR>
  24. <TD ROWSPAN=3 VALIGN=TOP ALIGN=LEFT>
  25. <A HREF="/AdvWorks/equipment/default.asp">
  26. <IMG SRC="/AdvWorks/multimedia/images/icon_sub_equipment.GIF" ALIGN=CENTER width=85 height=45 BORDER=0 ALT="Equipment"></A><BR>
  27.  
  28. <A HREF="/AdvWorks/excursions/default.asp">
  29. <IMG SRC="/AdvWorks/multimedia/images/icon_sub_excursions.GIF" ALIGN=CENTER width=85 height=45 BORDER=0 ALT="Membership and Excursions"></A><BR>
  30.  
  31. <A HREF="/AdvWorks/resources/default.asp">
  32. <IMG SRC="/AdvWorks/multimedia/images/icon_sub_resources.GIF" ALIGN=CENTER width=85 height=45 BORDER=0 ALT="Resources"></A><BR>
  33.  
  34. <A HREF="/AdvWorks/internal/default.asp">
  35. <IMG SRC="/AdvWorks/multimedia/images/icon_sub_internal.GIF" ALIGN=CENTER width=85 height=45 BORDER=0 ALT="Internal"></A><BR>
  36.  
  37. <A HREF="/AdvWorks/default.asp">
  38. <IMG SRC="/AdvWorks/multimedia/images/icon_sub_home.GIF" ALIGN=CENTER width=85 height=45 BORDER=0 ALT="Home"></A><BR>
  39.  
  40. <%If Session("iCount") > 0 Then%>
  41.      <A HREF="/AdvWorks/equipment/check_out.asp">
  42.      <IMG SRC="/AdvWorks/multimedia/images/checkout.gif" width=85 height=45 ALT="Check Out" BORDER=O></A>
  43. <%End If%>
  44.  
  45. </TD>
  46.  
  47. <TD VALIGN=TOP ALIGN=LEFT><FONT SIZE=2><CENTER><STRONG>
  48. <% If IsEmpty(Session("CustomerFirstName")) Then %>
  49.   Welcome!!!
  50. <% Else %>
  51.   Welcome back <%=Session("CustomerFirstName")%>!!!
  52. <% End If %>
  53. </STRONG>
  54. You are visitor #<STRONG><%=Session("VisitorID")%></STRONG>
  55. </CENTER>
  56. <P>
  57.  
  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,000-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 excursion, from a day hike to a major expedition.  Shop with us, set up camp with us, and take our challenge.  Join the Adventure Works expedition!
  62. <P>
  63. <BR>
  64.  
  65. <IMG SRC="/AdvWorks/multimedia/images/tipofday.gif" width=265 height=45 ALT="Tip of the Day">
  66. <%
  67.   Set FileObject = Server.CreateObject("Scripting.FileSystemObject")
  68.   Randomize
  69.   TipNumber = Int(Rnd*10)
  70.   Set Instream = FileObject.OpenTextFile (Server.MapPath ("/AdvWorks") & "\tips.txt", 1, FALSE, FALSE)
  71.   while TipNumber > 0
  72.     InStream.SkipLine()
  73.     TipNumber = TipNumber-1
  74.   wend
  75.   TipOfTheDay = Instream.ReadLine
  76.   
  77. %>
  78. <BR><FONT FACE="ARIAL NARROW" SIZE=4 COLOR="#800000"><STRONG>
  79. <%= TipOfTheDay %></STRONG></FONT>
  80.  
  81. </TD>
  82.  
  83. <TD VALIGN=TOP ALIGN=RIGHT WIDTH=10>
  84. <IMG SRC="/AdvWorks/multimedia/images/spacer.gif" WIDTH=10 ALT="Space">
  85. </TD>
  86.  
  87. </TR>
  88. </FONT>
  89. <BR>
  90. <BR>
  91. <!--#include virtual="/AdvWorks/srcform.inc"-->
  92. <BR>
  93. <BR>
  94.  
  95. <HR SIZE=4>
  96. <FONT FACE="MS SANS SERIF" SIZE=2>
  97. The names of companies, products, people, characters and/or data mentioned
  98. herein are fictitious and are in no way intended to represent any real individual,
  99. company, product or event unless otherwise noted.
  100. <P>
  101.  
  102. <A HREF="http://www.microsoft.com/ie/">
  103. <IMG SRC="/AdvWorks/multimedia/images/ie_anim.gif" ALIGN=RIGHT BORDER=0 ALT="Download Internet Explorer Free!"></A>
  104.  
  105.  
  106. <BR>
  107.  
  108. Catalog photos courtesy of REI.<BR>
  109. Corbis photo credits: Alissa Crandall, John Noble, Galen Rowell.</FONT>
  110. </TD>
  111. </TR>
  112.  
  113.  
  114.  
  115.  
  116. <% REM Column Span Value %>
  117. <% HTML_CS = 3 %>
  118. <% HTML_INDENT = FALSE %>
  119. <!--#include virtual="/AdvWorks/Disclaim.inc"-->
  120.  
  121. </TABLE>
  122.  
  123.  
  124.  
  125. </BODY>
  126.  
  127. </HTML>
  128.