in More Search Options

Open New Window on Links

Last post 10-26-2007 9:30 AM by qle. 9 replies.
Page 1 of 1 (10 items)
Sort Posts:
  • 08-01-2007 5:59 AM

    • Jason Cavey
    • Not Ranked
    • Joined on 07-23-2007
    • Baltimore Maryland
    • Posts 3
    • Points 9

    Open New Window on Links

    I currently am running Orion V 8.10. I would like a new window to open with the node details when a node is clicked. Currently Node details opens in the parent window. I have searched the ASP scripts and other resouce files but have gotten lost in all the function calls and different names. Could you please help? Thank you in advance.

     Jason
     

    Jason Cavey
    Maryland Department of Transportation
    • Post Points: 3
  • 08-01-2007 11:36 PM In reply to

    Re: Open New Window on Links

    Jason, 

    If you are using IE, just hold down your shift key when clicking on the node & a new window will be opened.


    -=Cheers=-
    NG

    ---Orion V8.1 SLX, SLX secondary poller, SQL2005 x64 SE, 14GB Ram, 12k+ elements and counting--
    --Orion V9 Sp1 SL2000, SQL2005 Express 866 elements and counting---
    • Post Points: 3
  • 08-02-2007 10:02 AM In reply to

    • Jason Cavey
    • Not Ranked
    • Joined on 07-23-2007
    • Baltimore Maryland
    • Posts 3
    • Points 9

    Re: Open New Window on Links

     Yes I know this would work but I was hoping to do it through the asp code so that people that did not know this or did not want to go through that trouble could have it open in a new window. Thank you for you input though. I do appreciate it.

    Jason Cavey
    Maryland Department of Transportation
    • Post Points: 3
  • 08-02-2007 10:41 PM In reply to

    Re: Open New Window on Links

    The .asp script that opens the node details page is encrypted, so it's all but impossible to change.
    Perhaps this should be stickied as a feature request:

     

    Create a check box for admins to select "open in new window" when configuring custom views.

     


    -=Cheers=-
    NG

    ---Orion V8.1 SLX, SLX secondary poller, SQL2005 x64 SE, 14GB Ram, 12k+ elements and counting--
    --Orion V9 Sp1 SL2000, SQL2005 Express 866 elements and counting---
    • Post Points: 3
  • 08-03-2007 11:09 AM In reply to

    • Jason Cavey
    • Not Ranked
    • Joined on 07-23-2007
    • Baltimore Maryland
    • Posts 3
    • Points 9

    Re: Open New Window on Links

    I will submit that Ticket sometime soon. Thank you for you response. 

    Jason Cavey
    Maryland Department of Transportation
    • Post Points: 3
  • 09-11-2007 12:31 AM In reply to

    • Gob
    • Top 75 Contributor
    • Joined on 08-18-2007
    • Posts 86
    • Points 2,395

    Re: Open New Window on Links

    You can find 01-AllNodes.Resource or 01-GroupedNodes.Resource then add little code.
    Example for 01-GroupedNodes.Resource

    Before

    <td class="Property" width="100%"><a <%=SQLResource.GetProperty("NodeParamString")%> href="/NetPerfMon/View.asp?View=NodeDetails&NetObject=N:<%=SQLResource.GetProperty("NodeID")%>"><%=SQLResource.GetProperty("Caption")%></a> </td>


    After

    <td class="Property" width="100%"><a <%=SQLResource.GetProperty("NodeParamString")%> href="/NetPerfMon/View.asp?View=NodeDetails&NetObject=N:<%=SQLResource.GetProperty("NodeID")%>"target="_blank" onclick="window.open(this.href,this.target); return false"><%=SQLResource.GetProperty("Caption")%></a> </td>

    • Post Points: 3
  • 10-23-2007 11:44 AM In reply to

    • smorley27
    • Not Ranked
    • Joined on 06-06-2007
    • Posts 5
    • Points 11

    Re: Open New Window on Links

    We are trying to do something similar.  We are trying to have a link on the maps launch a information page ( like "Engineering Notes") in a new window.  Has anyone gotten this to work before?

    • Post Points: 3
  • 10-26-2007 8:57 AM In reply to

    • qle
    • Top 25 Contributor
    • Joined on 07-31-2007
    • Posts 373
    • Points 851

    Re: Open New Window on Links

    Have you tried the suggestion from Gob? Assuming your "Engineering Notes" launch as expected, his sugggestion should work to have it open in a new window. You'll just have to modify the correct resource file but the modification should still be the same.
    Running NPM 9.1 SP1 w/ APM 2 SP2
    • Post Points: 3
  • 10-26-2007 9:20 AM In reply to

    • smorley27
    • Not Ranked
    • Joined on 06-06-2007
    • Posts 5
    • Points 11

    Re: Open New Window on Links

    I have been looking at the resource files and Gob's suggestions.  The trick (for me at least) is trying to figure out how to do this with a link embeded in a map.  Does anyone know the resource file that formats the maps?

    • Post Points: 3
  • 10-26-2007 9:30 AM In reply to

    • qle
    • Top 25 Contributor
    • Joined on 07-31-2007
    • Posts 373
    • Points 851

    Re: Open New Window on Links

    1. Do you have a link on the map that currently launches the "Engineering Notes"?
    2. What's the name of the resource that you're using to display the map? Assuming it's "Network Map", that can be located in the (web site root)\NetPerfMon\Resources\7-1-NetworkMaps
    Running NPM 9.1 SP1 w/ APM 2 SP2
    • Post Points: 1
Page 1 of 1 (10 items)