home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / iis4_17.cab / iiscpb1m.asp < prev    next >
Text File  |  1997-10-15  |  2KB  |  64 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  2. <html><head><title>Security for the Public Web Site</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 Demonstration: Security for the Public Web Site"></head>
  25.  
  26. <body bgcolor="#FFFFFF" text="#000000"><font face="Verdana,Arial,Helvetica">
  27.  
  28. <center>
  29. <% RelPath=Replace(Request.ServerVariables("URL"),"asp","asf") %>
  30.  
  31.  
  32. <table border="4" width="403" height="306" cellspacing="0" cellpadding="0" background="StaticLg.gif">
  33. <tr>
  34. <td><OBJECT ID="NSPlay" WIDTH=400 HEIGHT=300 CLASSID="CLSID:2179C5D3-EBFF-11CF-B6FD-00AA00B4E220" CODEBASE="en/nsasfinf.cab#version=2,0,0,912" align="top" border="0">
  35. <param name="_ExtentX" value="0"><param name="_ExtentY" value="0">
  36.     <param name="AutoStart" value="True">
  37.     <PARAM NAME="FileName" VALUE="http://<%=Request.ServerVariables("SERVER_NAME")%><%=RelPath%>">
  38.     <PARAM NAME="TransparentAtStart" Value="True">
  39.     <param name="ControlType" value="0">
  40.     <!E="ShowSelectionControls" VALUE= "0">
  41.         <!E="ShowPositionControls" VALUE= "0">
  42. </OBJECT>
  43.  
  44. </td>
  45. </tr>
  46. </table>
  47. </center>
  48.  
  49. <center>
  50. <Marquee width="403" height="25" behavior="scroll" align="center" vspace="4" loop="1"><strong> Streaming from <%=Request.ServerVariables("SERVER_NAME")%>   </strong></Marquee>
  51.  
  52. <h3>Security for the Public Web Site and Extranet</h3>
  53. </center>
  54.  
  55. <br>
  56. <p><a href="../core/iiwlbvu.htm#H2_37782284"><center>If you're not hearing anything...</center></a></p>
  57. <br><br>
  58.  
  59. <hr class="iis" size="1">
  60. <p align="center"><em><a href="../../../common/colegal.htm">© 1997 by Microsoft Corporation. All rights reserved.</a></em></p>
  61.  
  62. </font>
  63. </body>
  64. </html>