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

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  2. <html><head><title>Welcome to Internet Information Server</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="Provides an overview of Internet Information Server."></head>
  25.  
  26. <body bgcolor="#FFFFFF" text="#000000"><font face="Verdana,Arial,Helvetica">
  27.  
  28. <img src="iis_banr.gif" width="366" height="43">
  29.  
  30. <h1><A NAME="H1_37672843">Welcome to Internet Information Server</a></h1>
  31.  
  32. <%
  33. If InStr(Request.ServerVariables("HTTP_USER-AGENT"), "MSIE") Then 
  34.    MachPath = "../mm/iiwlmm.asp" 
  35. Else
  36.         MachPath = "iimmnscp.htm"
  37. End If %>
  38.  
  39. <p>Microsoft Internet Information Server is the Web server integrated with Windows NT Server that makes it easy to publish information and bring business applications to the Web.</p>
  40.  
  41. <p>This documentation includes:</p>
  42.  
  43. <ul>
  44. <li><strong>Web Publishing topics.</strong> Look to the topics under "Web Site Content" for information about authoring and distributing information on your server.</li>
  45. <li><strong>Administration topics.</strong> Sections such as "Server Administration" and Administrator's Reference" provide you with the information you need to administer your server.</li>
  46. <li><strong>Web Application Development topics.</strong> In these topics – "Scripter's Reference," "Programmer's Reference," and others –  you will find detailed information about scripting and programming applications for IIS. 
  47. </li>
  48. <li><strong>Scenario topics.</strong> For multimedia-illustrated examples of IIS in real business scenarios, see "IIS in Action."</li>
  49. </ul>
  50.  
  51. <hr class="iis" size="1">
  52. <p align="center"><em><a href="/iishelp/common/colegal.htm">© 1997 by Microsoft Corporation. All rights reserved.</a></em></p>
  53.  
  54. </font>
  55. </body>
  56. </html>