home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / iis4_06.cab / iisctrtp.asp < prev    next >
Text File  |  1997-10-12  |  2KB  |  73 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="Multimedia Introduction to Intranet Scenarios."></head>
  25.  
  26. <body bgcolor="#FFFFFF" text="#000000"><font face="Verdana,Arial,Helvetica">
  27.  
  28. <%
  29. If InStr(Request.ServerVariables("HTTP_USER-AGENT"), "MSIE") Then
  30.    MachPath = "../mm/iisctrtm.asp" 
  31. Else
  32.         MachPath = "iimmnscp.htm"
  33. End If %>
  34.  
  35. <h1><a name="iisinaction">Intranet Scenarios</a></h1>
  36.  
  37. <table cellpadding="0" border="0" cellspacing="0" width="100%">
  38. <tr><td width="77%" valign="top">
  39.  
  40. You can use IIS 4.0 to power your Intranet in a number of ways. This section illustrates four scenarios in which IIS is especially useful.
  41.  
  42. </td>
  43.  
  44.  
  45.  
  46. <td width="4%"></td>
  47.  
  48. <td width="19%" valign="top">
  49. <center><a href="<%= MachPath%>"><img src="iimm.gif" border=0 alt="Introductory video "></a></center>
  50.  
  51. <center><a href="<%= MachPath%>"><p>Multimedia Introduction</p></a></center>
  52.  
  53. </td>
  54.  
  55. </tr>
  56. </table>
  57.  
  58.  
  59. <br>
  60. <p>You can see IIS in Action in the following areas:
  61. <br>
  62. <br><a href="iisctr1.asp">Security for the Intranet</a>    <br>
  63. <br><a href="iisctr2.asp">Creating a Corporate Training Catalog</a><br>
  64. <br><a href="iisctr3.asp">Creating a Human Resources Application</a><br>
  65. <br><a href="iisctr4.asp">Using an Intranet Application to Make Business Decisions</a><br>
  66. </p>
  67.  
  68. <hr class="iis" size="1"><p align=center><em><a href="../../../common/colegal.htm">© 1997 by Microsoft Corporation. All rights reserved.</a></em></p>
  69.  
  70.  
  71. </font>
  72. </body>
  73. </html>