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 >
Wrap
Text File
|
1999-06-17
|
2KB
|
75 lines
<HTML>
<HEAD>
<TITLE>Compaq Management Agents</TITLE>
<SCRIPT LANGUAGE="JavaScript">
VERSION=4;
RELEASE=31;
PRODUCT="Compaq Management Agents";
</SCRIPT>
<!#LCDEFINE.TPL>
<!#INDEX.JS>
</HEAD>
<SCRIPT LANGUAGE="JavaScript">
CheckOptions();
// If coming from XE, use small frame with no name plate and CPQ logo
if (window.name != "workspace")
document.write("<FRAMESET ROWS=\"107, *\">");
else
document.write("<FRAMESET ROWS=\"62, *\">");
document.write("<FRAME NAME=MAINMENU SRC=MAINMENU.TPL FRAMEBORDER=0 FRAMESPACING=0 SCROLLING=AUTO>");
document.write("<FRAME NAME=LOWERFRAME SRC=SUBVWPC.TPL FRAMEBORDER=0 FRAMESPACING=0 SCROLLING=AUTO>");
document.write("</FRAMESET>");
function CheckOptions()
{
// Return Product Version page to indentify itself
if (location.search == "?PRODUCT_VERSION")
{
document.write("VERSION=" + VERSION + ";");
document.write("RELEASE=" + RELEASE + ";");
document.write("PRODUCT=" + PRODUCT + ";");
document.close();
}
else
{
sname = navigator.appName;
if (sname == 'Microsoft Internet Explorer' || sname == 'Netscape')
{
ver = navigator.appVersion.substring(0,4);
verNum = ver.substring(0, ver.indexOf('.'));
if (verNum < 4)
{
// Unsupport browser, display message
ErrorBrowser();
document.close();
}
}
}
}
function ErrorBrowser()
{
document.write("<font size=2 face=Arial><b>");
document.write(sBrowserError);
document.write("<p>");
document.write(sTry);
}
function updateCookie(sName, sValue)
{
configSet(sName, sValue);
}
function GetCookie(sName)
{
return configGet(sName);
}
</SCRIPT>
</HTML>