<?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 do I make the Windchill logo in the header an active link? in Windchill</title>
    <link>https://community.ptc.com/t5/Windchill/How-do-I-make-the-Windchill-logo-in-the-header-an-active-link/m-p/143178#M17018</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, all that stuff is hardcoded in the HeaderTag class. Use something like the following script at the end of netmarkets/jsp/util/end.jspf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;script&amp;gt;&lt;/P&gt;&lt;P&gt; //This should get you started if not do what you want completely.&lt;/P&gt;&lt;P&gt; //Be sure to come up with something that works on all of your supported browsers&lt;/P&gt;&lt;P&gt; //I didn't check what happens if applLogo isn't present.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; var elements = document.getElementsByClassName("applLogo");&lt;/P&gt;&lt;P&gt; for(var i = 0; i &amp;lt; elements.length; i++) {&lt;/P&gt;&lt;P&gt; var element = elements[i];&lt;/P&gt;&lt;P&gt; element.onclick = function(event) {&lt;/P&gt;&lt;P&gt; //var theElement = window.event.srcElement&lt;/P&gt;&lt;P&gt; var theElement = event.target&lt;/P&gt;&lt;P&gt; //Ensure that we clicked the element directly and not a child or overlaying element. eg the headerActions&lt;/P&gt;&lt;P&gt; if(theElement.className != null &amp;amp;&amp;amp; theElement.className.indexOf("applLogo") == 0) {&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt; window.location = "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.test.com" target="_blank"&gt;http://www.test.com&lt;/A&gt;&lt;SPAN&gt;";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; }&lt;/P&gt;&lt;P&gt; }&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; //Most of the same stuff. Pull out and place in maybe an "isApplLogo(element)" function.&lt;/P&gt;&lt;P&gt; element.onmouseover = function(event) {&lt;/P&gt;&lt;P&gt; //var theElement = window.event.srcElement&lt;/P&gt;&lt;P&gt; var theElement = event.target&lt;/P&gt;&lt;P&gt; //Ensure that we clicked the element directly and not a child or overlaying element. eg the headerActions&lt;/P&gt;&lt;P&gt; if(theElement.className != null &amp;amp;&amp;amp; theElement.className.indexOf("applLogo") == 0) {&lt;/P&gt;&lt;P&gt; //Doesn't account for inner elements. eg headerActions&lt;/P&gt;&lt;P&gt; theElement.style.cursor = "hand";&lt;/P&gt;&lt;P&gt; }&lt;/P&gt;&lt;P&gt; }&lt;/P&gt;&lt;P&gt; }&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; //cursor: pointer&lt;/P&gt;&lt;P&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Nov 2013 16:19:52 GMT</pubDate>
    <dc:creator>MatthewKnight</dc:creator>
    <dc:date>2013-11-27T16:19:52Z</dc:date>
    <item>
      <title>How do I make the Windchill logo in the header an active link?</title>
      <link>https://community.ptc.com/t5/Windchill/How-do-I-make-the-Windchill-logo-in-the-header-an-active-link/m-p/143175#M17015</link>
      <description>I want to be able to make the Windchill logo (or an image of my own) located in the Windchill Header an active link to somewhere else. I'm using Windchill 9.1 M060. We used to have the header image an active link in older versions of Windchill, but I haven't been able to repeat</description>
      <pubDate>Wed, 02 May 2018 15:02:38 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Windchill/How-do-I-make-the-Windchill-logo-in-the-header-an-active-link/m-p/143175#M17015</guid>
      <dc:creator>tstacy</dc:creator>
      <dc:date>2018-05-02T15:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I make the Windchill logo in the header an active link?</title>
      <link>https://community.ptc.com/t5/Windchill/How-do-I-make-the-Windchill-logo-in-the-header-an-active-link/m-p/143176#M17016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Theresa:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have exactly the same need, could you please let me know if you have already figured out how to do that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waldemar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 12:31:59 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Windchill/How-do-I-make-the-Windchill-logo-in-the-header-an-active-link/m-p/143176#M17016</guid>
      <dc:creator>ptc-4997330</dc:creator>
      <dc:date>2013-11-27T12:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I make the Windchill logo in the header an active link?</title>
      <link>https://community.ptc.com/t5/Windchill/How-do-I-make-the-Windchill-logo-in-the-header-an-active-link/m-p/143177#M17017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Waldemar,&lt;/P&gt;&lt;P&gt;I found that I was unable to make the image an active link, but I could add a link to the Navigation in the header. This was deemed acceptable by my user community. Attached is a briefing I did with my development team (scrubbed of anything company sensitive). Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 16:12:42 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Windchill/How-do-I-make-the-Windchill-logo-in-the-header-an-active-link/m-p/143177#M17017</guid>
      <dc:creator>tstacy</dc:creator>
      <dc:date>2013-11-27T16:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do I make the Windchill logo in the header an active link?</title>
      <link>https://community.ptc.com/t5/Windchill/How-do-I-make-the-Windchill-logo-in-the-header-an-active-link/m-p/143178#M17018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, all that stuff is hardcoded in the HeaderTag class. Use something like the following script at the end of netmarkets/jsp/util/end.jspf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;script&amp;gt;&lt;/P&gt;&lt;P&gt; //This should get you started if not do what you want completely.&lt;/P&gt;&lt;P&gt; //Be sure to come up with something that works on all of your supported browsers&lt;/P&gt;&lt;P&gt; //I didn't check what happens if applLogo isn't present.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; var elements = document.getElementsByClassName("applLogo");&lt;/P&gt;&lt;P&gt; for(var i = 0; i &amp;lt; elements.length; i++) {&lt;/P&gt;&lt;P&gt; var element = elements[i];&lt;/P&gt;&lt;P&gt; element.onclick = function(event) {&lt;/P&gt;&lt;P&gt; //var theElement = window.event.srcElement&lt;/P&gt;&lt;P&gt; var theElement = event.target&lt;/P&gt;&lt;P&gt; //Ensure that we clicked the element directly and not a child or overlaying element. eg the headerActions&lt;/P&gt;&lt;P&gt; if(theElement.className != null &amp;amp;&amp;amp; theElement.className.indexOf("applLogo") == 0) {&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt; window.location = "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.test.com" target="_blank"&gt;http://www.test.com&lt;/A&gt;&lt;SPAN&gt;";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; }&lt;/P&gt;&lt;P&gt; }&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; //Most of the same stuff. Pull out and place in maybe an "isApplLogo(element)" function.&lt;/P&gt;&lt;P&gt; element.onmouseover = function(event) {&lt;/P&gt;&lt;P&gt; //var theElement = window.event.srcElement&lt;/P&gt;&lt;P&gt; var theElement = event.target&lt;/P&gt;&lt;P&gt; //Ensure that we clicked the element directly and not a child or overlaying element. eg the headerActions&lt;/P&gt;&lt;P&gt; if(theElement.className != null &amp;amp;&amp;amp; theElement.className.indexOf("applLogo") == 0) {&lt;/P&gt;&lt;P&gt; //Doesn't account for inner elements. eg headerActions&lt;/P&gt;&lt;P&gt; theElement.style.cursor = "hand";&lt;/P&gt;&lt;P&gt; }&lt;/P&gt;&lt;P&gt; }&lt;/P&gt;&lt;P&gt; }&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; //cursor: pointer&lt;/P&gt;&lt;P&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 16:19:52 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Windchill/How-do-I-make-the-Windchill-logo-in-the-header-an-active-link/m-p/143178#M17018</guid>
      <dc:creator>MatthewKnight</dc:creator>
      <dc:date>2013-11-27T16:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do I make the Windchill logo in the header an active link?</title>
      <link>https://community.ptc.com/t5/Windchill/How-do-I-make-the-Windchill-logo-in-the-header-an-active-link/m-p/143179#M17019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In OOTB Windchill 10.1 M040 the Windchill logo is hyperlinked to the Home Page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kaushik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 10:23:05 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Windchill/How-do-I-make-the-Windchill-logo-in-the-header-an-active-link/m-p/143179#M17019</guid>
      <dc:creator>KD</dc:creator>
      <dc:date>2013-12-05T10:23:05Z</dc:date>
    </item>
  </channel>
</rss>

