<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How maintain a session variable using the nav bar in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-maintain-a-session-variable-using-the-nav-bar/m-p/193411#M12071</link>
    <description>&lt;P&gt;How can I do it? Thank you &lt;/P&gt;</description>
    <pubDate>Wed, 01 Apr 2015 09:42:59 GMT</pubDate>
    <dc:creator>Federica_92</dc:creator>
    <dc:date>2015-04-01T09:42:59Z</dc:date>
    <item>
      <title>How maintain a session variable using the nav bar</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-maintain-a-session-variable-using-the-nav-bar/m-p/193407#M12067</link>
      <description>&lt;P&gt;Hi everyone, I have one javascript value, how can I pass this value via URL? &lt;BR /&gt;
Like /page2.html?source=myvalue, so from the home page, I have the value "token_safe" and I would like to send this value to the page2.html, and the link for the page 2 is saved in the folder nav in the default.xml:&lt;BR /&gt;
To be clearer, &lt;STRONG&gt;this is the default.xml page&lt;/STRONG&gt;, with the navigation menu:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;nav color="#9F000F"&amp;gt;
   &amp;lt;view name="default" default="true"/&amp;gt;
     &amp;lt;a href="dj/mynewapp/home/"&amp;gt;Home&amp;lt;/a&amp;gt;
 &amp;lt;collection label="Menu"&amp;gt;
    &amp;lt;!-- Add menu items with &amp;lt;a&amp;gt; links --&amp;gt;
    &amp;lt;a id="file" href="/dj/redirector/mynewapp/pythondemo"&amp;gt;File&amp;lt;/a&amp;gt;
    &amp;lt;a id="network" href="/dj/mynewapp/network"&amp;gt;Network&amp;lt;/a&amp;gt;
    &amp;lt;a id="classlink" href="/dj/redirector/mynewapp/new"&amp;gt;Classlink&amp;lt;/a&amp;gt;
    &amp;lt;a id="throwable" href="/dj/redirector/mynewapp/new"&amp;gt;Throwables&amp;lt;/a&amp;gt;
    &amp;lt;a id="reflection" href="/dj/redirector/mynewapp/new"&amp;gt;Reflection&amp;lt;/a&amp;gt;
      &amp;lt;/collection&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And I would like have :&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.comdj/redirector/mynewapp/pythondemo?source=variable"&gt;File&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;And my variable is stored in home.html &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; variable="something"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And I m looking for doing: &lt;/P&gt;

&lt;P&gt;/page2.html?sourceype=variable&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2015 10:51:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-maintain-a-session-variable-using-the-nav-bar/m-p/193407#M12067</guid>
      <dc:creator>Federica_92</dc:creator>
      <dc:date>2015-03-24T10:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: How maintain a session variable using the nav bar</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-maintain-a-session-variable-using-the-nav-bar/m-p/193408#M12068</link>
      <description>&lt;P&gt;page2.html?source=$taken_safe$&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2015 14:00:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-maintain-a-session-variable-using-the-nav-bar/m-p/193408#M12068</guid>
      <dc:creator>masonmorales</dc:creator>
      <dc:date>2015-03-24T14:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: How maintain a session variable using the nav bar</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-maintain-a-session-variable-using-the-nav-bar/m-p/193409#M12069</link>
      <description>&lt;P&gt;Yes, but the link is in another page, is in the default.xml, In that page I have not the value of the tokensafe&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2015 14:26:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-maintain-a-session-variable-using-the-nav-bar/m-p/193409#M12069</guid>
      <dc:creator>Federica_92</dc:creator>
      <dc:date>2015-03-24T14:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: How maintain a session variable using the nav bar</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-maintain-a-session-variable-using-the-nav-bar/m-p/193410#M12070</link>
      <description>&lt;P&gt;Are you trying to embed the javascript in the default.xml file?  &lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2015 00:06:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-maintain-a-session-variable-using-the-nav-bar/m-p/193410#M12070</guid>
      <dc:creator>rroberts</dc:creator>
      <dc:date>2015-03-27T00:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: How maintain a session variable using the nav bar</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-maintain-a-session-variable-using-the-nav-bar/m-p/193411#M12071</link>
      <description>&lt;P&gt;How can I do it? Thank you &lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2015 09:42:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-maintain-a-session-variable-using-the-nav-bar/m-p/193411#M12071</guid>
      <dc:creator>Federica_92</dc:creator>
      <dc:date>2015-04-01T09:42:59Z</dc:date>
    </item>
  </channel>
</rss>

