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

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  2. <html><head><title>IIS in Action</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="Introduction to IIS in the real world."></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/iisctpmm.asp" 
  31. Else
  32.         MachPath = "iimmnscp.htm"
  33. End If %>
  34.  
  35. <h1><a name="iisinaction">IIS in Action</a></h1>
  36.  
  37. <table cellpadding="0" border="0" cellspacing="0" width="100%">
  38. <tr>
  39.  
  40. <td width="77%" valign="top">
  41. We're about to show you IIS in action. In order to do this, we're going to take you out into the real world, where IIS uses features like Active Server Pages, transaction-processing, and HTML administration to add efficiency and value to your business operations. We're going to do this by showing you can use IIS in real-world scenarios. Whether you're administering a large public web site or providing internet services on a local basis, you're likely to find a scenario from which you can learn.
  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. <p>You can see IIS in Action in the following areas:
  59. <br>
  60. <br><a href="iisctrtp.asp">Intranet</a>    <br>
  61. <br><a href="iiscsptp.asp">Internet Service Provider</a><br>
  62. <br><a href="iiscpbtp.asp">Public Web Site and Extranet</a>
  63. </p>
  64.  
  65.  
  66. <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>
  67.  
  68. </font>
  69. </body>
  70. </html>