home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / iis4_06.cab / iigsdocs.asp < prev    next >
Text File  |  1997-10-15  |  4KB  |  95 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  2. <html><head><title>Quick Tour of Documentation</title>
  3.  
  4. <SCRIPT LANGUAGE="JavaScript">
  5.     TempString = navigator.appVersion
  6.     if (navigator.appName == "Microsoft Internet Explorer"){    
  7. // Check to see if browser is Microsoft
  8.         if (TempString.indexOf ("4.") >= 0){
  9. // Check to see if it is IE 4
  10.             document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/coua.css">');
  11.         }
  12.         else {
  13.             document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/cocss.css">');
  14.         }
  15.     }
  16.     else if (navigator.appName == "Netscape") {                        
  17. // Check to see if browser is Netscape
  18.         document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/coua.css">');
  19.     }
  20.     else
  21.         document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/cocss.css">');
  22. </script>
  23.  
  24. <META NAME="DESCRIPTION" CONTENT="Quick Tour of Documentation"></head>
  25.  
  26. <body bgcolor="#FFFFFF" text="#000000"><font face="Verdana,Arial,Helvetica">
  27.  
  28. <h1><a name="H1_37672043">Quick Tour of Documentation</a></h1>
  29.  
  30. <table cellpadding="0" border="0" cellspacing="0" width="100%">
  31. <tr><td width="77%" valign="top">
  32.  
  33. <p>The Windows NT 4 Option Pack Web-based documentation includes several new features that make the information you need easier to find and easier to use.</p>
  34. </td>
  35.  
  36.  
  37.  
  38. <%
  39. If InStr(Request.ServerVariables("HTTP_USER-AGENT"), "MSIE") Then 
  40.    MachPath = "../mm/iigsdcmm.asp" 
  41. Else
  42.         MachPath = "iimmnscp.htm"
  43. End If %>
  44.  
  45. <td width="4%"></td>
  46.  
  47. <td width="19%" valign="top"><br><br>
  48. <center><a href="<%= MachPath%>"><img src="iimm.gif" border=0 alt="Introductory video "></a></center>
  49.  
  50. <center><a href="<%= MachPath%>"><p>Multimedia Tour of Documentation</p></a></center>
  51.  
  52. </td>
  53.  
  54. </tr>
  55. </table>
  56.  
  57. <p><strong>Navigation</strong></p>
  58.  
  59. <ul>
  60. <li>In the left-hand pane, you'll find a table of contents that lists all available features and topics.</li>
  61. <li>When you click a top-level topic title, a page describing the contents of that section appears in the right-hand pane.</li>
  62. <li>When you click the plus sign for the topic title, the table of contents expands so that you can see all the topics within that section.</li>
  63. </ul>
  64.  
  65. <p><strong>Search</strong></p>
  66. <p>You can also use the Search button to look for information.</p>
  67.  
  68. <ul>
  69. <li>Click the Search tab in the left-hand pane.</li>
  70. <li>Type a keyword in the Search page.</li>
  71. <li>By default, as many as fifty topics containing that word, including summaries of the topics found, appear. You can choose to see a different number of topics, with or without summaries.</li>
  72. </ul>
  73.  
  74. <p><strong>Index</strong></p>
  75. <p>You can use the Index to look for information.</p>
  76.  
  77. <ul>
  78. <li>To view the index, click the Index button in the left-hand frame.</li>
  79. <li>Type a word to advance to the portion of the index that is closest to the word you type.</li>
  80. <li>Double-click a topic to see topic or a list of topics containing the keyword.</li>
  81. </ul>
  82.  
  83. <p><strong>Printing</strong></p>
  84.  
  85. <p>If you need to print a topic or several topics, click the Print button. You can choose to print the current topic, all topics in a given section, or all topics in the table of contents.</p>
  86.  
  87. <p><strong>Synchronizing the Table of Contents</strong></p>
  88.  
  89. <p>If you want to find out where a topic you are viewing is located, click the Synchronization button to synchronize the table of contents in the left-hand frame with the contents in the right-hand frame.</p>
  90.  
  91. <hr class="iis" size="1"><p align="center"><em><a href="/iishelp/common/colegal.htm">© 1997 by Microsoft Corporation. All rights reserved.</a></em></p>
  92.  
  93. </font>
  94. </body>
  95. </html>