home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 April / VPR0004B.BIN / DRIVER / COMPAQ / SP12255 / sp12255.exe / DMWEBC1.CAB / Index.tpl < prev    next >
Text File  |  1999-06-17  |  2KB  |  75 lines

  1. <HTML>
  2. <HEAD>
  3.  
  4. <TITLE>Compaq Management Agents</TITLE>
  5. <SCRIPT LANGUAGE="JavaScript">
  6.     VERSION=4;
  7.     RELEASE=31;
  8.     PRODUCT="Compaq Management Agents";
  9. </SCRIPT>
  10.  
  11. <!#LCDEFINE.TPL>
  12. <!#INDEX.JS>
  13. </HEAD>
  14.  
  15. <SCRIPT LANGUAGE="JavaScript">
  16.  
  17.     CheckOptions();
  18.  
  19.     // If coming from XE, use small frame with no name plate and CPQ logo
  20.     if (window.name != "workspace")
  21.         document.write("<FRAMESET ROWS=\"107, *\">");
  22.     else
  23.         document.write("<FRAMESET ROWS=\"62, *\">");
  24.  
  25.     document.write("<FRAME NAME=MAINMENU SRC=MAINMENU.TPL FRAMEBORDER=0 FRAMESPACING=0 SCROLLING=AUTO>");
  26.     document.write("<FRAME NAME=LOWERFRAME SRC=SUBVWPC.TPL FRAMEBORDER=0 FRAMESPACING=0 SCROLLING=AUTO>");
  27.     document.write("</FRAMESET>");
  28.  
  29. function CheckOptions()
  30. {
  31.     // Return Product Version page to indentify itself
  32.     if (location.search == "?PRODUCT_VERSION")
  33.     {
  34.         document.write("VERSION=" + VERSION + ";");
  35.         document.write("RELEASE=" + RELEASE + ";");
  36.         document.write("PRODUCT=" + PRODUCT + ";");
  37.         document.close();
  38.     }
  39.     else
  40.     {
  41.         sname = navigator.appName;
  42.         if (sname == 'Microsoft Internet Explorer' || sname == 'Netscape')
  43.         {
  44.             ver = navigator.appVersion.substring(0,4);
  45.             verNum = ver.substring(0, ver.indexOf('.'));
  46.             if (verNum < 4)
  47.             {
  48.                 // Unsupport browser, display message
  49.                 ErrorBrowser();
  50.                 document.close();
  51.             }
  52.         }
  53.     }
  54. }
  55.  
  56. function ErrorBrowser()
  57. {
  58.     document.write("<font size=2 face=Arial><b>");
  59.     document.write(sBrowserError);
  60.     document.write("<p>");
  61.     document.write(sTry);
  62. }
  63.  
  64. function updateCookie(sName, sValue)
  65. {
  66.     configSet(sName, sValue);
  67. }
  68. function GetCookie(sName)
  69. {
  70.     return configGet(sName);
  71. }
  72.     
  73. </SCRIPT>
  74. </HTML>
  75.