<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1011703" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1011703</link>
    <description></description>
    <language>en</language>
          <item>
    <title>WIndow creation</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/thumbnail-question#comment-1067189</link>
    <description> &lt;p&gt;If you wish to have a bit more control over the child window that is opened to display the picture, then you can use the following.&lt;/p&gt;
&lt;p&gt;In the head section, define a function such as:&lt;/p&gt;
&lt;p&gt;function display_me(url){&lt;br /&gt;
 picture_win=window.open(url,&quot;picture_win&quot;,&quot;width=450,height=400,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,left=50,top=50,screenX=50,screenY=50&quot;);&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;Then in the link on your thumbnail use&lt;/p&gt;
&lt;p&gt;&lt;a&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Notes:&lt;br /&gt;
Keep the window.open definition on one continuous line, you avoid problems that way.&lt;/p&gt;
&lt;p&gt;Make sure you pass either a complete url or a relative url for the picture to the function.&lt;/p&gt;
&lt;p&gt;The window.open function is fairly self explanatory.  You define the name of the window, the size, location, etc.  The first field passed is the http link for the content, the second field is the window name (useful if you wish to refer to the window or close it from the parent window).  The third defines the attributes of the new window (size, position, scrollbars or not, etc...)&lt;/p&gt;
&lt;p&gt;Hope this is useful&lt;/p&gt;
 </description>
     <pubDate>Wed, 12 Jul 2000 04:54:14 +0000</pubDate>
 <dc:creator>tazman</dc:creator>
 <guid isPermaLink="false">comment 1067189 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Easy...</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/thumbnail-question#comment-1067163</link>
    <description> &lt;p&gt;Add this lil&#039; tid bit into the &lt;A href&gt; tag:&lt;br /&gt;
[Doesn&#039;t matter where.]&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;target=&quot;_blank&quot;&lt;/p&gt;
&lt;p&gt;That should fix you up.&lt;/p&gt;
 </description>
     <pubDate>Tue, 11 Jul 2000 18:44:57 +0000</pubDate>
 <dc:creator>TheGraphicsExperience</dc:creator>
 <guid isPermaLink="false">comment 1067163 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
