What information does your page need to identify the device? If it's a WUG template page then it needs the Map File name and the Device Identifier in the URL to be able to identify what device you desire. Example: http://127.0.0.1/device.asp?map=WhatsUp1.wup&device=1950196782
Here is the tag syntax to generate the url seen above: <A href="device.asp?map=<%URL_ENCODE% (%MAP% FILENAME)>&device=<%DEVICE% UNIQUE_ID>">Settings</A> (The %URL_ENCODE% tag is used because Map Names can have some strange characters ?&%, etc..) But if your page is not a WUG template page... then i don't know what information your page needs to identify your device? Device Type maybe? There are many attributes regarding a Device. See the %Device% tag within the Web Template Document reference for all the attributes available. Hope this helps, Brian ----- Original Message ----- From: "James Amann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, November 22, 2002 11:13 AM Subject: RE: [WhatsUp Forum] How do I link in a htm file that has device info in it In the info field of the device, just put an html link to the page you want to supply. example: <A href="http://deviceinfo.domain.dom">Click here for this device's information</A> When viewed on the web it will appear as a hyperlink. >>> [EMAIL PROTECTED] 11/22/02 07:51AM >>> I have an HTML file that has device info that I would like to link into WUG. I am looking for suggestions on how I may link that in. __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus � Powerful. Affordable. Sign up now. http://mailplus.yahoo.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/
