﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - Lounge - Get Name of actual Clicked WebNavBar</title><link>http://www.intersoftsolutions.com/Community/Lounge/Get-Name-of-actual-Clicked-WebNavBar/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Get Name of actual Clicked WebNavBar</title><link>http://www.intersoftsolutions.com/Community/Lounge/Get-Name-of-actual-Clicked-WebNavBar/</link><pubDate>Fri, 12 Sep 2014 00:27:50 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;WebNavPane has a method called &lt;strong&gt;GetActiveBar&lt;/strong&gt; which gets the active WebNavBar instance inside WebNavPane.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Example:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;function GetActiveBar() {
    var navPane = ISGetObject("WebNavPane1");
    var navBar = navPane.GetActiveBar()

    alert("WebNavBar : " +
        "\nName : " + navBar.Name +
        "\nIndex : " + navBar.Index +
        "\nText : " + navBar.Text
        );
}&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Hope this help.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Get Name of actual Clicked WebNavBar</title><link>http://www.intersoftsolutions.com/Community/Lounge/Get-Name-of-actual-Clicked-WebNavBar/</link><pubDate>Thu, 11 Sep 2014 14:47:18 GMT</pubDate><dc:creator>sobikash11@googlemail.com</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;is there a way to get the Name of the actual clicked WebNavBar on Client or Server-Side?&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;Thanks!&lt;br&gt;&lt;/p&gt;</description></item></channel></rss>