You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
838 B
29 lines
838 B
<HTML>
|
|
<HEAD>
|
|
<LINK TYPE="text/css" REL=STYLESHEET href="wmistyle1.css"></LINK>
|
|
<SCRIPT>
|
|
function display(xslHTML)
|
|
{
|
|
document.all.item("xslresult").innerHTML = xslHTML;
|
|
|
|
// Include the following line to view the HTML source as well
|
|
// document.all.item("xsldebug").innerHTML = "<XMP>" + xslHTML + "</XMP>";
|
|
}
|
|
|
|
function displayUtilization(xslHTML, iValue)
|
|
{
|
|
document.all.item("xslutilization").innerHTML = xslHTML;
|
|
ProgressBar1.Value = iValue;
|
|
}
|
|
</SCRIPT>
|
|
|
|
|
|
</HEAD>
|
|
<BODY bgcolor=teal>
|
|
|
|
<DIV id="xslresult"><!-- resulting HTML will be inserted here --></DIV>
|
|
<DIV id="xslutilization"><!-- resulting HTML will be inserted here --></DIV>
|
|
<DIV id="xsldebug"><!-- resulting HTML source will be inserted here --></DIV>
|
|
</BODY>
|
|
|
|
</HTML>
|