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

  1.  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  2. <html><head><title>Introduction to 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. <center>
  29.  
  30. <% RelPath=Replace(Request.ServerVariables("URL"),"asp","asf") %>
  31.  
  32. <table border="4" width=179 height=150 cellspacing="0" cellpadding="0" background="StaticSm.gif">
  33. <tr>
  34. <td><OBJECT ID="NSPlay" WIDTH=176 HEIGHT=144 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. </td></tr>
  44. </table>
  45. </center>
  46.  
  47. <center>
  48. <Marquee width="176" height="25" behavior="scroll" align="center" vspace="4" loop="1"><strong> Streaming from <%=Request.ServerVariables("SERVER_NAME")%>   </strong></Marquee>
  49. </center>
  50.  
  51. <h3><center>Introduction to Intranet Scenarios</center></h3>
  52. <br>
  53. <p><center><a href="../core/iiwlbvu.htm#H2_37782284">If you're not hearing anything...</a></center></p>
  54. <br>
  55. <br>
  56.  
  57.  
  58. <hr class="iis" size="1">
  59. <p align="center"><em><a href="../../../common/colegal.htm">© 1997 by Microsoft Corporation. All rights reserved.</a></em></p>
  60.  
  61. </font>
  62. </body>
  63. </html>