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

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  2. <html><head><title>Using Internet Explorer 4.0 Channels</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="IIS in Action: Using Internet Explorer 4.0 Channels "></head>
  25.  
  26. <body bgcolor="#FFFFFF" text="#000000"><font face="Verdana, Arial, Helvetica">
  27.  
  28. <h1><a name="writingtemplates">Using Internet Explorer 4.0 Channels</a></h1>
  29.  
  30. <table cellpadding="0" border="0" cellspacing="0" width="100%">
  31. <tr>
  32.  
  33. <td width="77%" valign="top">
  34. <DL>
  35. <DT><strong>Goal</strong></DT>
  36. <DD>To combine the Windows NT 4.0 Option Pack with the new technology delivered in Microsoft® Internet Explorer 4.0 to deliver the most current information from your site to your customer's desktop.</DD>
  37. <DT><strong>Components</strong></DT>
  38. <DD>Windows NT Server 4.0; Internet Information Server (IIS) 4.0; Microsoft Internet Explorer 4.0;  Active Server Pages (ASP) </DD>
  39. <DT><strong>Environment</strong></DT>
  40. <DD>Internet</DD>
  41. </DL>
  42. </td>
  43.  
  44.  
  45. <%
  46. If InStr(Request.ServerVariables("HTTP_USER-AGENT"), "MSIE") Then
  47.    MachPath = "../mm/iiscpb3m.asp" 
  48. Else
  49.         MachPath = "iimmnscp.htm"
  50. End If %>
  51.  
  52. <td width="4%"></td>
  53.  
  54. <td width="19%" valign="top"><br><br>
  55. <center><a href="<%= MachPath%>"><img src="iimm.gif" border=0 alt="Using Internet Explorer 4.0 Channels"></a></center>
  56.  
  57. <center><a href="<%= MachPath%>"><p>Multimedia Demonstration</p></a></center>
  58.  
  59. </td>
  60.  
  61. </tr>
  62. </table>
  63.  
  64. <h2><A NAME="H2_37668175">Basic Process</a></h2>
  65.  
  66. <ol>
  67. <li>Use Visual Interdev to create a user interface that enables customers to select Internet Explorer 4.0 channels.</li>
  68. <li>Use Visual Interdev to write the ASP code that creates a channel definition format (CDF) file. This is the file from which Internet Explorer 4.0 gleans information about a channel.</li>
  69. </ol>
  70.  
  71. <h2><A NAME="H2_37668480">Result</a></h2>
  72.  
  73. <p>When customers using Internet Explorer 4.0 select a link to find out about available channels on your site, they are able to select an install  a new channel on the Active Desktop. So, when the channel has new information, the Active Desktop informs customers of of the new content, which they peruse at their leisure.</p>
  74.  
  75. <hr class="iis" size="1"><p align=center><em><a href="../../../common/colegal.htm">© 1997 by Microsoft Corporation. All rights reserved.</a></em></p>
  76.  
  77. </font>
  78. </body>
  79. </html>