home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 9 / IOPROG_9.ISO / contrib / iis4 / iis4_06.cab / iisctrtp.asp < prev    next >
Encoding:
Text File  |  1997-08-26  |  2.7 KB  |  85 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  2. <html><head><title>Intranet Scenarios</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="Intranet Scenarios."></head>
  25.  
  26. <body bgcolor="#FFFFFF" text="#000000"><font face="Verdana,Arial,Helvetica">
  27.  
  28. <% MachType = Request.ServerVariables("HTTP_UA-CPU")
  29. If MachType = "Alpha" then 
  30.    MachPath = "../mm/NSRedrct.htm"
  31. ElseIf InStr(Request.ServerVariables("HTTP_USER-AGENT"), "MSIE") Then
  32.    MachPath = "../mm/iisctrtm.asp" 
  33. Else
  34.         MachPath = "iimmnscp.htm"
  35. End If %>
  36.  
  37. <table border="0" cellpadding="5" WIDTH="100%">
  38. <tr>
  39. <td colspan="2"><h1><a name="iisinaction">Intranet Scenarios</a></h1>
  40. </td>
  41. </tr>
  42. <tr>
  43. <td rowspan="2"><BR><BR><p>You can use IIS version 4 to power your Intranet in a number of ways. This section illustrates four scenarios in which IIS is especially useful.
  44. </p>
  45. </td>
  46. </tr>
  47. <tr>
  48. <td height="33"><p> </p></td>
  49.  
  50.  
  51.  
  52.  
  53. <td width="180" rowspan="3" nowrap background="gradient.gif" valign="top"><center><a href="<%= MachPath%>"><img src="iimm.gif" border=0 alt="Introductory video "></a><p>If your computer is multimedia-capable, click for a multimedia introduction to IIS in Action on the Intranet from IIS Development Manager David Treadwell.</center><br>
  54. </td>
  55. </tr>
  56.  
  57. </table>
  58.  
  59. <table border="0" cellpadding="0" WIDTH="100%">
  60. <tr>
  61. <td width="10"> </td>
  62.  
  63.  
  64. <td>
  65. <br>
  66. <p>You can see IIS in Action in the following areas:
  67. <br>
  68. <br><a href="iisctr1.asp">Security for the Intranet</a>    <br>
  69. <br><a href="iisctr2.asp">Creating a Corporate Training Catalog</a><br>
  70. <br><a href="iisctr3.asp">Creating a Human Resources Application</a><br>
  71. <br><a href="iisctr4.asp">Using an Intranet Application to Make Business Decisions</a><br>
  72. </p>
  73. </td>
  74. </tr>
  75. <tr>
  76. <td width=10> </td>
  77. </tr>
  78. </table>
  79.  
  80. <HR CLASS="IIS" SIZE="1"><p align=center><em><a href="../../../common/colegal.htm">© 1997 by Microsoft Corporation. All rights reserved.</a></em></p>
  81.  
  82.  
  83. </font>
  84. </body>
  85. </html>