home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / iis4_06.cab / iisctr4.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 an Intranet Application to Make Business Decisions</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 an Intranet Application to Make Business Decisions"></head>
  25.  
  26. <body bgcolor="#FFFFFF" text="#000000"><font face="Verdana, Arial, Helvetica">
  27.  
  28. <h1><a name="writingtemplates">Using an Intranet Application to Make Business Decisions</a></h1>
  29.  
  30. <table cellpadding="0" border="0" cellspacing="0" width="100%">
  31. <tr><td width="77%" valign="top">
  32.  
  33. <DL>
  34. <DT><strong>Goal</strong></DT>
  35. <DD>To provide managers with both high-level and detailed representations of up-to-date statistics. </DD>
  36. <DT><strong>Components</strong></DT>
  37. <DD>Windows NT Server 4.0; Internet Information Server (IIS) 4.0; Active Server Pages (ASP); ADO; Microsoft SQL Server; Internet Explorer version 3.02 with Authenticode 2 update, or later versions of Internet Explorer</DD>
  38. <DT><strong>Environment</strong></DT>
  39. <DD>Intranet, secured; Windows NT network</DD>
  40. </DL>
  41. </td>    
  42. <td width="4%"></td>
  43.  
  44.  
  45.  
  46. <%
  47. If InStr(Request.ServerVariables("HTTP_USER-AGENT"), "MSIE") Then
  48.    MachPath = "../mm/iisctr4m.asp" 
  49. Else
  50.         MachPath = "iimmnscp.htm"
  51. End If %>
  52.  
  53.  
  54. <td width="19%" valign="top"><br><br>
  55. <center><a href="<%= MachPath%>"><img src="iimm.gif" border=0 alt="Using an Intranet Application to Make Business Decisions" align="top" border=0></a></center>
  56.  
  57.  
  58.  
  59. <center><a href="<%= MachPath%>"><p>Multimedia Demonstration</p></a></center>
  60.  
  61. </td>
  62.  
  63. </tr>
  64. </table>
  65.  
  66. <h2><A NAME="H2_37672234"></a>Basic Process</h2>
  67.  
  68. <p>Use Visual Interdev to write ASP code in the scripting language of your choice, using Microsoft Data Access to generate the main statistics table. Each element in the table provides a link; the ASP code provides the substance behind the links, while the data itself comes from a Microsoft SQL Server database.</p>
  69.  
  70. <h2><A NAME="H2_37672577">Result</a></h2>
  71.  
  72. <p>Your management has access to vital, timely information at their desktops, enabling "management by exception."</p>
  73.  
  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>