<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1060350" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1060350</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Similar Question_@_</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/open-new-popup-window-click-function#comment-1289873</link>
    <description> &lt;p&gt;Similar Question_@_ &lt;a href=&quot;http://stackoverflow.com/questions/16182915/open-link-in-popup-window-with-javascript&quot; title=&quot;http://stackoverflow.com/questions/16182915/open-link-in-popup-window-with-javascript&quot; rel=&quot;nofollow&quot;&gt;http://stackoverflow.com/questions/16182915/open-link-in-popup-window-wi...&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 25 Jul 2015 08:18:36 +0000</pubDate>
 <dc:creator>markeden</dc:creator>
 <guid isPermaLink="false">comment 1289873 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>For a dynamic website, I&#039;d</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/open-new-popup-window-click-function#comment-1289835</link>
    <description> &lt;p&gt;For a dynamic website, I&#039;d use this: (jQuery)&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;$(document).on(&amp;#039;click&amp;#039;, &amp;#039;.linkname&amp;#039;, function() {&lt;br /&gt;window.open(&amp;quot;/path/to/page&amp;quot;, &amp;quot;Page Name&amp;quot;, &amp;quot;toolbar=no, scrollbars=no, resizable=no, top=200, left=450, width=350, height=50&amp;quot;);&lt;br /&gt;});&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;But for any other setup, the normal way would be: (jQuery)&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;$(&amp;#039;.linkname&amp;#039;).click(function() {&lt;br /&gt;window.open(&amp;quot;/path/to/page&amp;quot;, &amp;quot;Page Name&amp;quot;, &amp;quot;toolbar=no, scrollbars=no, resizable=no, top=200, left=450, width=350, height=50&amp;quot;);&lt;br /&gt;});&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Hope this helps&lt;/p&gt;
 </description>
     <pubDate>Tue, 07 Jul 2015 11:44:16 +0000</pubDate>
 <dc:creator>DarkLight</dc:creator>
 <guid isPermaLink="false">comment 1289835 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
