home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / ins.cab / nnexpls.asp < prev    next >
Text File  |  1997-10-12  |  3KB  |  90 lines

  1. <% Response.Expires = 0 %>
  2. <% svr = Request("svr") %>
  3. <% a = Request("a") %>
  4. <% id = Request ("id") %>
  5. <% NewsName = Request("Name")
  6. L_PAGETITLE_TEXT = "Microsoft Internet Service Manager"
  7. %>
  8.  
  9. <!--#include file="_cnst.asp" -->
  10.  
  11. <% if (cont = true) then %>
  12. <HTML>
  13. <HEAD>
  14. <TITLE>"<% = L_PAGETITLE_TEXT %>"</TITLE>
  15.  
  16. <SCRIPT LANGUAGE="javascript">
  17.  
  18.     <% REM Determine browser to set pop-up window size %>
  19.  
  20.     <% if Instr(Request.ServerVariables("HTTP_USER_AGENT"),"MSIE") then %>
  21.         winstr = "toolbar=no,width=460,height=240,directories=no,status=no,scrollbars=auto,resize=no,menubar=no";
  22.     <% else %>
  23.         winstr = "toolbar=no,width=460,height=265,directories=no,status=no,scrollbars=auto,resize=no,menubar=no";
  24.     <% end if %>
  25.  
  26. </SCRIPT>
  27. </HEAD>
  28. <BODY BGCOLOR="#CCCCCC" TOPMARGIN=10 TEXT="#000000" LINK="#B90000" VLINK="#B90000" ALINK="#B90000">
  29.  
  30. <TABLE BORDER=0 CELLPADDING=2 CELLSPACING=0 WIDTH=500>
  31.     <TR>
  32.         <TD COLSPAN=6>
  33.             
  34.         </TD>
  35.  
  36.     </TR>
  37. <% REM Enumerate list from uForm object in "nngrphd.asp" %>
  38. <script language = "javascript">
  39.  
  40. var cTotalGroups = parent.head.uForm.itemList.length;
  41.  
  42. for ( i = 0; i < cTotalGroups; i++ )
  43. {
  44.     if( i == parent.head.uForm.selectedItem)
  45.     {
  46.         itemColor = '#F1F1F1';
  47.         itemLink = '<A HREF="javascript:parent.head.uForm.editItem(' + i + ')">';
  48.     }
  49.     else
  50.     {
  51.         itemColor = '#CCCCCC' ;
  52.         itemLink = '<A HREF="javascript:parent.head.uForm.selectItem(' + i + ')">';
  53.     }
  54.     itemName = parent.head.uForm.itemList[i].name;        
  55.     itemText = parent.head.uForm.itemList[i].expString;
  56.     itemId = parent.head.uForm.itemList[i].id;
  57.     expSizeHorizon = parent.head.uForm.itemList[i].expSizeHorizon;
  58.     expTime = parent.head.uForm.itemList[i].expTime;
  59.     if(expTime != "Unlimited")
  60.     {
  61.         expTime = expTime / 24;
  62.     }
  63.     
  64.     listEntry = '<tr><td width="30"> </td>' + 
  65.                 '<td align="left" bgcolor=' + itemColor + ' width=150><FONT SIZE=2 FACE="Arial"><A NAME="' + i + '">' + itemLink + itemName + '</font></a><br></td>' + 
  66.                 '<TD align="left" bgcolor=' + itemColor + ' WIDTH=150><FONT SIZE=2 FACE="Arial">' + itemText + '</font><br></td>' + 
  67.                 '<TD align="left" bgcolor=' + itemColor + ' WIDTH=100><FONT SIZE=2 FACE="Arial">' + expSizeHorizon + '</td>' +
  68.                 '<TD bgcolor=' + itemColor + ' ALIGN="left" WIDTH=100><FONT SIZE=2 FACE="Arial">' + expTime + '</td>' +
  69.                 '<TD bgcolor=' + itemColor + ' ALIGN="left" WIDTH=100><FONT SIZE=2 FACE="Arial">' + itemId + '</td></tr>';
  70.     
  71.     document.writeln( listEntry );
  72. }
  73. </script>
  74.     <TR>
  75.         <TD WIDTH=30> </TD>
  76.         <TD WIDTH=150> </TD>
  77.         <TD ALIGN=left WIDTH=100> </TD>
  78.         <TD ALIGN=left WIDTH=100> </TD>
  79.         <TD ALIGN=left WIDTH=100> </TD>
  80.     </TR>
  81.  
  82.  
  83.  
  84. </TABLE>
  85.  
  86. </BODY>
  87. </HTML>
  88.  
  89. <% end if %>
  90.