Hi! I downloaded the sample template from the IPSwitch website and prefer that view from the standard one. I have one problem and was wondering if someone with asp knowledge could help me out. When I open a Parent map from the top level view, it shows me each container as a device. When I try and open the device, it shows me the details of it, it does not bring me to the map like I had wanted. I found the link in the mapsummary.asp webpage on line 114 that is:

 

<%IF% IS_MAP_ACCESS_HOST>

<A HREF="" (%URL_VALUE% "map")>&device=<%DEVICE% UNIQUE_ID>"><%DEVICE% DISPLAY_NAME></A>

<%ELSE%>

<%DEVICE% DISPLAY_NAME>

<%ENDIF%>

 

I tried to replace it with a simple if statement (I am guessing at it based on previous if statements):

 

<%IF% IS_MAP_ACCESS_HOST>

<%If% (%DEVICE% POLL_TYPE) = "CONTAINER"

<A HREF="" (%MAP% FILENAME)>'+browserSet"><%MAP% NAME></A>

<%Else%>

<A HREF="" (%URL_VALUE% "map")>&device=<%DEVICE% UNIQUE_ID>"><%DEVICE% DISPLAY_NAME></A>

<ENDIF>  

<%ELSE%>

<%DEVICE% DISPLAY_NAME>

<%ENDIF%>

 

The page just dies on me and displays an empty table. My guess is something is wrong with the code, lol. Any help would be much appreciated!

 

-Alan Bezanson

[EMAIL PROTECTED]

Reply via email to