home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
pelne
/
optionp
/
ins.cab
/
nnexpls.asp
< prev
next >
Wrap
Text File
|
1997-10-12
|
3KB
|
90 lines
<% Response.Expires = 0 %>
<% svr = Request("svr") %>
<% a = Request("a") %>
<% id = Request ("id") %>
<% NewsName = Request("Name")
L_PAGETITLE_TEXT = "Microsoft Internet Service Manager"
%>
<!--#include file="_cnst.asp" -->
<% if (cont = true) then %>
<HTML>
<HEAD>
<TITLE>"<% = L_PAGETITLE_TEXT %>"</TITLE>
<SCRIPT LANGUAGE="javascript">
<% REM Determine browser to set pop-up window size %>
<% if Instr(Request.ServerVariables("HTTP_USER_AGENT"),"MSIE") then %>
winstr = "toolbar=no,width=460,height=240,directories=no,status=no,scrollbars=auto,resize=no,menubar=no";
<% else %>
winstr = "toolbar=no,width=460,height=265,directories=no,status=no,scrollbars=auto,resize=no,menubar=no";
<% end if %>
</SCRIPT>
</HEAD>
<BODY BGCOLOR="#CCCCCC" TOPMARGIN=10 TEXT="#000000" LINK="#B90000" VLINK="#B90000" ALINK="#B90000">
<TABLE BORDER=0 CELLPADDING=2 CELLSPACING=0 WIDTH=500>
<TR>
<TD COLSPAN=6>
</TD>
</TR>
<% REM Enumerate list from uForm object in "nngrphd.asp" %>
<script language = "javascript">
var cTotalGroups = parent.head.uForm.itemList.length;
for ( i = 0; i < cTotalGroups; i++ )
{
if( i == parent.head.uForm.selectedItem)
{
itemColor = '#F1F1F1';
itemLink = '<A HREF="javascript:parent.head.uForm.editItem(' + i + ')">';
}
else
{
itemColor = '#CCCCCC' ;
itemLink = '<A HREF="javascript:parent.head.uForm.selectItem(' + i + ')">';
}
itemName = parent.head.uForm.itemList[i].name;
itemText = parent.head.uForm.itemList[i].expString;
itemId = parent.head.uForm.itemList[i].id;
expSizeHorizon = parent.head.uForm.itemList[i].expSizeHorizon;
expTime = parent.head.uForm.itemList[i].expTime;
if(expTime != "Unlimited")
{
expTime = expTime / 24;
}
listEntry = '<tr><td width="30"> </td>' +
'<td align="left" bgcolor=' + itemColor + ' width=150><FONT SIZE=2 FACE="Arial"><A NAME="' + i + '">' + itemLink + itemName + '</font></a><br></td>' +
'<TD align="left" bgcolor=' + itemColor + ' WIDTH=150><FONT SIZE=2 FACE="Arial">' + itemText + '</font><br></td>' +
'<TD align="left" bgcolor=' + itemColor + ' WIDTH=100><FONT SIZE=2 FACE="Arial">' + expSizeHorizon + '</td>' +
'<TD bgcolor=' + itemColor + ' ALIGN="left" WIDTH=100><FONT SIZE=2 FACE="Arial">' + expTime + '</td>' +
'<TD bgcolor=' + itemColor + ' ALIGN="left" WIDTH=100><FONT SIZE=2 FACE="Arial">' + itemId + '</td></tr>';
document.writeln( listEntry );
}
</script>
<TR>
<TD WIDTH=30> </TD>
<TD WIDTH=150> </TD>
<TD ALIGN=left WIDTH=100> </TD>
<TD ALIGN=left WIDTH=100> </TD>
<TD ALIGN=left WIDTH=100> </TD>
</TR>
</TABLE>
</BODY>
</HTML>
<% end if %>