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

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  2. <html><head><title>Creating a Customer Service Application</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: Creating a Customer Service Application"></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.  
  33. <table border="4" width="403" height="306" cellspacing="0" cellpadding="0" background="StaticLg.gif">
  34. <tr>
  35. <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">
  36. <param name="_ExtentX" value="0"><param name="_ExtentY" value="0">
  37.     <param name="AutoStart" value="True">
  38.     <PARAM NAME="FileName" VALUE="http://<%=Request.ServerVariables("SERVER_NAME")%><%=RelPath%>">
  39.     <PARAM NAME="TransparentAtStart" Value="True">
  40.     <param name="ControlType" value="0">
  41.     <!E="ShowSelectionControls" VALUE= "0">
  42.         <!E="ShowPositionControls" VALUE= "0">
  43. </OBJECT>
  44.  
  45. </td>
  46. </tr>
  47. </table>
  48. </center>
  49.  
  50. <center>
  51. <Marquee width="403" height="25" behavior="scroll" align="center" vspace="4" loop="1"><strong> Streaming from <%=Request.ServerVariables("SERVER_NAME")%>   </strong></Marquee>
  52.  
  53. <h3>Creating a Customer Service Application</h3>
  54. </center>
  55.  
  56. <br>
  57. <p><a href="../core/iiwlbvu.htm#H2_37782284"><center>If you're not hearing anything...</center></a></p>
  58. <br><br>
  59.  
  60. <hr class="iis" size="1">
  61. <p align="center"><em><a href="../../../common/colegal.htm">© 1997 by Microsoft Corporation. All rights reserved.</a></em></p>
  62.  
  63. </font>
  64. </body>
  65. </html>