<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: title code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Fri, 25 Jul 2008 08:13:57 GMT</pubDate>
    <description>DZone Snippets: title code</description>
    <item>
      <title>change title with javascript</title>
      <link>http://snippets.dzone.com/posts/show/2617</link>
      <description>// change title with javascript&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;..&lt;br /&gt;&lt;title&gt;original title&lt;/title&gt;&lt;br /&gt;..&lt;br /&gt;&lt;script type="text/javascript"&gt;&lt;br /&gt;function changeTitle(title) { document.title = title; }&lt;br /&gt;&lt;/script&gt;&lt;br /&gt;..&lt;br /&gt;&lt;input type='button' onclick='changeTitle("new title")' value='Change Title'/&gt; &lt;br /&gt;..&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Sun, 17 Sep 2006 21:36:52 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/2617</guid>
      <author>ovhaag (Oliver Haag)</author>
    </item>
  </channel>
</rss>
