Hi Thwackers,
I'd like to be able to show a Network Atlas map based on the building/location/custom property in Node View & Interface View.
I have created individual network topology maps for each of our sites - so I'd like to be able to click on a node and show its associated atlas map (just the topology map that I create without the node lists.)
I tried using Map objects - I ended up trying the Custom HTML object and entering in the code:
<img usemap="#FC9B6D2D-4DFF-4A1E-8489-5F731FC07CDB" src="/Orion/NetPerfMon/NetworkMap.aspx?Map=Head Office&Scale=0&r=1043644693&ViewId=0" border="1" style="border-color:#dfded7;margin-left:10px;margin-bottom:10px">
Where 'Map=Head Office' is the name of the Atlas Map - my problem is that I can't pass variables to the link so I'd like to know, how can I achieve what I'm trying to do? (if possible.)
- Pete