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

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  2. <html><head><title>Public Web Site and Extranet Scenarios</title>
  3.  
  4.  
  5. <SCRIPT LANGUAGE="JavaScript">
  6.     TempString = navigator.appVersion
  7.     if (navigator.appName == "Microsoft Internet Explorer"){    
  8. // Check to see if browser is Microsoft
  9.         if (TempString.indexOf ("4.") >= 0){
  10. // Check to see if it is IE 4
  11.             document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/coua.css">');
  12.         }
  13.         else {
  14.             document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/cocss.css">');
  15.         }
  16.     }
  17.     else if (navigator.appName == "Netscape") {                        
  18. // Check to see if browser is Netscape
  19.         document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/coua.css">');
  20.     }
  21.     else
  22.         document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/cocss.css">');
  23. </script>
  24.  
  25.  
  26.  
  27. <META NAME="DESCRIPTION" CONTENT="Introduction to IIS in the real world."></head>
  28.  
  29. <body bgcolor="#FFFFFF" text="#000000"><font face="Verdana,Arial,Helvetica">
  30.  
  31.  
  32.  
  33. <% MachType = Request.ServerVariables("HTTP_UA-CPU")
  34. If MachType = "Alpha" then 
  35.    MachPath = "../mm/NSRedrct.htm"
  36. ElseIf InStr(Request.ServerVariables("HTTP_USER-AGENT"), "MSIE") Then
  37.    MachPath = "../mm/iiscpbtm.asp" 
  38. Else
  39.         MachPath = "iimmnscp.htm"
  40. End If %>
  41.  
  42.  
  43.  
  44. <table border="0" cellpadding="5" width="100%">
  45. <tr>
  46. <td colspan="2"><h1><a name="iisinaction">Public Web Site and Extranet Scenarios</a></h1></td>
  47. </tr>
  48. <tr>
  49. <td rowspan="2"><BR><BR><p>You can use IIS version 4 to power your Public Web Site or Extranet in a number of ways. This section illustrates four scenarios in which IIS is especially useful.</p>
  50. </td>
  51. </tr>
  52. <tr>
  53. <td height="33"><p> </p></td>
  54.  
  55.  
  56.  
  57.  
  58. <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 at the Public Web Site and Extranet from IIS Product Manager Michael Howard.</center><br>
  59. </td>
  60.  
  61. </tr>
  62. </table>
  63.  
  64. <table border="0" cellpadding="0" WIDTH="100%">
  65. <tr>
  66. <td width="10"></td>
  67. </tr>
  68. <tr>
  69. <td>
  70. <br>
  71. <p>You can see IIS in Action in the following areas:
  72. <br>
  73. <br><a href="iiscpb1.asp">Security for the Public Web Site and Extranet</a>    <br>
  74. <br><a href="iiscpb2.asp">Creating a Customer Service Application</a><br>
  75. <br><a href="iiscpb3.asp">Using Internet Explorer Version 4 Channels</a><br>
  76. <br><a href="iiscpb4.asp">Debugging an Active Server Pages Application</a><br>
  77. </p>
  78. </td>
  79. </tr>
  80. <tr>
  81. <td width="10"></td>
  82. </tr>
  83. </table>
  84.  
  85. <HR CLASS="IIS" SIZE="1"><p align=center><em><a href="../../../common/colegal.htm">© 1997 by Microsoft Corporation. All rights reserved.</a></em></p>
  86.  
  87. </font>
  88. </body>
  89. </html>