home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
pelne
/
optionp
/
ins.cab
/
nngrpls.asp
< prev
next >
Wrap
Text File
|
1997-10-12
|
2KB
|
57 lines
<% Response.Expires = 0 %>
<%
REM LOCALIZATION
L_PAGETITLE_TEXT = "Microsoft Internet Service Manager"
REM END LOCALIZATION
%>
<!--#include file="_cnst.asp" -->
<% if (cont = true) then %>
<HTML>
<HEAD>
<TITLE><% = L_PAGETITLE_TEXT %></TITLE>
</HEAD>
<BODY BGCOLOR="#CCCCCC" TOPMARGIN=10 TEXT="#000000" LINK="#B90000" VLINK="#B90000" ALINK="#B90000">
<table cellpadding=2 cellspacing=0 border=0 width="400">
<% REM New List enumeration using document.write's and list data cached in javascript array in head frame %>
<script language = "javascript">
i = parseInt(parent.head.uForm.startNum) - 1;
numGroups = parseInt(parent.head.uForm.numGroups);
startNum = parseInt(parent.head.uForm.startNum);
GroupsPerPage = parseInt(parent.head.uForm.GroupsPerPage);
while( (i < numGroups) && ( i < (startNum + GroupsPerPage - 1) ) )
{
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 + ')">';
}
itemText = parent.head.uForm.itemList[i].newsgroup;
listEntry = '<tr><td width="10"></td><td width="390" bgcolor=' + itemColor + '><FONT SIZE=2 FACE="Arial"><A NAME="' + i + '">' + itemLink + itemText + '</font></a><br></td></tr>';
document.writeln( listEntry );
i++;
}
</script>
<tr>
<td colspan=2 width=400> </td>
</tr>
</table>
</BODY>
</HTML>
<% end if %>