Title: Message
What I was trying to do was to load maps A, B, C, AA, and BB but only show A, B, and C because AA and BB are subnets and I do not want to see subnets on the root web page.
 
I just did not see the "2" <%START_LOADED_MAP_LIST%> in topview.asp. Once I caught that I took the second
<%START_LOADED_MAP_LIST%> through <%END_LOADED_MAP_LIST%> and made a NewTopMapDetail.asp excluding the START and STOP lines then I placed
<%CURRENT_MAP% mapname.wup>
<%INCLUDE% NewTopMapDetails.asp>
etc
etc
 
and my maps are in order without showing subnets from the root web page and also allowing subnets to be clicked from any map.
 
cool stuff...
 
Tv
 
 
 
 
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Roque Juan C IT751
Sent: Wednesday, January 29, 2003 10:11 AM
To: '[EMAIL PROTECTED]'
Subject: RE: [WhatsUp Forum] Remove Subnets from Root web page

<!--
 Whatsup Gold 7
 
 Main Page Prefix
 ----------------
 You can insert HTML in this file and it will appear as a prefix on your main page.
-->
 
 
 
<TABLE width="98%" border=1>
<TR>
 <TD width="100%" align=center>
 <%CURRENT_MAP% <rootmapname>.WUP>
 <A href="">
 <img alt="<%MAP% NAME>" ISMAP src="" border=0></A>
</TD>
</TR> 
 

 <TR>
  <TD width="100%" align=center><FONT COLOR="0050c0"><B>LEGEND</B></FONT>
  </TD>
 </TR>
</TABLE>
 
<TABLE width="98%" border=1 bgColor="#CCCCCC"> 
 <TR>
  <TD width=200 BGCOLOR="#CCCCCC">
  <FONT COLOR=GREEN><b>GREEN</b></FONT> = 0-1 Polls Missed
  </TD>
  <TD width=200 bgColor="#CCCCCC">
  <FONT COLOR=YELLOW><b>YELLOW</b></FONT> = 2-3 Polls Missed
  </TD>
  <TD width=200 bgColor="#CCCCCC">
  <FONT COLOR=RED><b>RED</b></FONT> = 4 or More Polls Missed
  </TD>
  <TD width=200 bgColor="#CCCCCC">
  <FONT COLOR=PINK><b>PINK</b></FONT> = Service Down
 </TR>
</TABLE>
 
Juan
-----Original Message-----
From: Anthony Valuikas [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 29, 2003 10:47 AM
To: [EMAIL PROTECTED]
Subject: [WhatsUp Forum] Remove Subnets from Root web page

How would you static maps to the root web page?
 
I thought you could rip the <%START_LOADED_MAP_LIST%> through to <%END_LOADED_MAP_LIST%> and place that into a new file NewTopMapDetails.asp, excluding the START and END then;
 
<%CURRENT_MAP% mapname.wup>
<%INCLUDE% NewTopMapDetails.asp>
etc
etc
 
but that does not do the trick.
 
thoughts?
 
Thanks
Tv
 

Reply via email to