Hello David,
Try pasting this code in the Notes box and replace www.yourpage.com with the page you would like displayed in the Notes field. Hope that helps!!! <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <title>New Page 1</title> </head> <body> <div ID="textDiv"> <IFRAME SRC="www.yourpage.com" NAME="textFrame" SCROLLING="Yes" WIDTH="500" HEIGHT="400" MARGINWIDTH=0 MARGINHEIGHT=0 FRAMEBORDER="Yes"> </IFRAME> </div> </body> </html> Kevin Bartholomew Computer Operations Analyst 2 Freightliner Corporate 503-745-5324 [EMAIL PROTECTED] -----Original Message----- From: David R. Fletcher II [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 9:13 AM To: [EMAIL PROTECTED] Subject: [WhatsUp Forum] HTML query output displayed on web pages? Hi all... I'm trying to find a way to use WhatsUp's Info or Notes fields (or embedded in the devicedetails.asp web template for that matter) to display html output from a script. In this instance I have an html page that created by being passed a database query via a PHP script. I can easily create a <a href=> link to have the page displayed separately with one click, but I'd rather find a way to display the output page's contents directly in the devicedetails page. Any ideas? Thanks. David R. Fletcher II Network Specialist Region I, Chicago Illinois Century Network 312-814-3026 - Voice 312-814-9795 - Fax [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/
