Could you post your entire page, maybe as an attachment...as it sounds like you've done quite a bit and it sounds like a nice functional start page. Thanks.
-----Original Message----- From: Hart, Donald (EM, ITS) [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 1:05 PM To: [EMAIL PROTECTED] Subject: RE: [WhatsUp Forum] Web interface map order If you send your Email I will send you some code that I use. You can modify the page to load just the maps you want and in any order. Does not matter how they are loaded. Basic part is as follows: <TR> <TD><A href="http://3.122.80.200/map.asp?map=Canada.wup">Canada</A></TD> <%current_map% Canada.wup> <%IF% (%GREATERTHAN% (%MAP% TOTAL_DEVICES_UP,0))> <td bgcolor="#77ff77" align=right><%MAP% TOTAL_DEVICES_UP></td> <%ELSE%> <td align=right><%MAP% TOTAL_DEVICES_UP></td> <%ENDIF%> <%IF% (%GREATERTHAN% (%MAP% (TOTAL_DEVICES_DOWN),0))> <td bgcolor="#FF7777" align=right><%MAP% TOTAL_DEVICES_DOWN></td> <%ELSE%> <td align=right> <%MAP% TOTAL_DEVICES_DOWN></td> <%ENDIF%> <%IF% (%GREATERTHAN% (%MAP% (TOTAL_SERVICES_DOWN),0))> <td bgcolor="#ff77ff" align=right><%MAP% TOTAL_SERVICES_DOWN></td> <%ELSE%> <td align=right><%MAP% TOTAL_SERVICES_DOWN></td> <%ENDIF%> </TR> Due to the large amount of other code I have on page I d not want to send whole page unless you are interested. I have the Page With a News ticker on top letting folks know of majior issues. Then a List of all devices down and notes if less than 5. If more than 5 it goes to a Marquee. I also have a section where it tell me if all maps are loaded. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Humes Sent: Thursday, July 08, 2004 11:42 AM To: '[EMAIL PROTECTED]' Subject: [WhatsUp Forum] Web interface map order Hi I've posted on this before, but I've lost the email regarding how to do this...I want to manually set the order in which the Maps are displayed on the Web Interface...I know this can be done by listing the maps in reverse order in the program options, but we have many map changes (add/remove) and this is a pain to constantly redo...But there was a post regarding how to edit some .asp file and statically enter all of the maps you want loaded...Does anyone remember or know how to do this? Thanks. Jason Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/ Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/ Please visit http://www.ipswitch.com/support/mailing-lists.html to be removed from this list. An Archive of this list is available at: http://www.mail-archive.com/whatsup_forum%40list.ipswitch.com/
