Larry, I think you're missing the basic point of what I'm trying to accomplish. I need a way to query the remote Web server to extract specific data. I will then deal with the way of formatting that data into my own Web page. I don't want to just fetch the default Web page from WUG, but rather, I need to customize the returned data.
-Brad > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of > [EMAIL PROTECTED] > Sent: Friday, December 28, 2001 3:14 PM > To: [EMAIL PROTECTED] > Subject: RE: [WhatsUp Forum] > > > > > What about using includes > > > <%@ Language=VBScript %> > <html> > <head> > <title></title> > </head> > <body> > <!--#INCLUDE FILE="site_1.html" --> > <hr> > <!--#INCLUDE FILE="site_2.html" --> > <hr> > <!--#INCLUDE FILE="site_3.html" --> > <hr> > <!--#INCLUDE FILE="site_4.html" --> > </body> > </html> > > > and you should be able to add as many as you would like > > > > > > > > "Bradley J. Dinerman" <[EMAIL PROTECTED]> on 12/28/2001 02:58:00 PM > > Please respond to [EMAIL PROTECTED] > > To: [EMAIL PROTECTED] > cc: (bcc: Joe W. Ward/Wright Line) > > Subject: RE: [WhatsUp Forum] > > > > Yes, we've been using this method for a long time, but it is > not at all > scalable. This is why I just want to create a summary view that > combines all our customers, each with their own WUG Web server. > > Thanks, > Brad > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]] On Behalf Of > > Daniel Williams > > Sent: Friday, December 28, 2001 2:50 PM > > To: '[EMAIL PROTECTED]' > > Subject: RE: [WhatsUp Forum] > > > > > > A quick fix would be to build a page using frames...one for > each map. > > > > Daniel > > > > > -----Original Message----- > > > From: Bradley J. Dinerman [mailto:[EMAIL PROTECTED]] > > > Sent: Friday, December 28, 2001 10:41 AM > > > To: [EMAIL PROTECTED] > > > Subject: [WhatsUp Forum] > > > > > > > > > My company monitors other companies' WUG installations over the > > > Internet. > > > The remote WUGs are configured as Web servers, and we view > > > the Web maps > > > from > > > our office. > > > > > > We now prefer to view the remote sites using a Summary > view or (even > > > better) the view provided when graphical maps are disabled > > in the Web > > > server configuration dialog. > > > > > > My question: Is it possible to create a view similar to the > > > summary view > > > of > > > *multiple* WUG installations onto a single Web page? In > > other words, > > > we'd > > > like to create a Web page on our own Web server (IIS 5.0) > > > that pulls the > > > data from multiple remote WUG installations and then > > formats that data > > > onto > > > a single page? > > > > > > I assume that I would need some sort of script to do this, > > but perhaps > > > someone > > > can advise better... > > > > > > Thank you in advance, > > > Brad Dinerman > > > > > > > > > > > > > > > __________________________________ > > > Bradley J. Dinerman, MCSE > > > Manager of Technical Operations > > > Silversword Solutions, LLC > > > 501 Heath Street > > > Chestnut Hill, MA 02467 > > > voice: (617) 738-8900, x11 > > > fax: (617) 738-8902 > > > http://www.silversword.com > > > > > > "Technology Solutions for Small Businesses" > > > > > > > > > > > > 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/ > > > > > > > > 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/
