btw (this only works in v7) Create another special asp file use the browsers "Find (on this page)" feature to locate the device by IP, hostname, or display name; then pick on the link to get to that devices details.
i.e. Cut and paste this into a file called "DeviceIPSearch.asp" and place it into your web directory --------start file-------- <html> <head> </head> <body> <h3>Darn it - where is that device?</h3> <%START_LOADED_MAP_LIST%> <%START_DEVICE_LIST%> <%DEVICE% DISPLAY_NAME>, <%DEVICE% HOSTNAME>, <A href="device.asp?map=<%MAP% FILENAME>&device=<%DEVICE% UNIQUE_ID>&MapViewMode=Summary"><%DEVICE% IP_ADDRESS></A><br> <%END_DEVICE_LIST%> <%END_LOADED_MAP_LIST%> </body> </html> --------end file-------- Then hit it with your browser http://127.0.0.1/DeviceIPSearch.asp Do a Find on this page then pick on the device link hth Adrian ----- Original Message ----- From: "Kevin Bartholomew" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 13, 2002 10:58 AM Subject: [WhatsUp Forum] Device Search > > Hello, > > Has anyone developed a device search feature? I have a tone of maps and it > is hard to find devices, I can't tell if it is possible to integrate search > function into Whats Up Gold? Can anyone help? > > > > > Kevin Bartholomew > Computer Operations Analyst 2 > Freightliner Corporate > 503-745-5324 > [EMAIL PROTECTED] > > > > > 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/
