<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1021858" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1021858</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/popup-images#comment-1134641</link>
    <description> &lt;p&gt;Wow, that works nicely actually. Thanks Rob! I&#039;m about to start on a photography site and that little block of code will save a pile of time.&lt;/p&gt;
 </description>
     <pubDate>Thu, 17 Jul 2003 22:09:59 +0000</pubDate>
 <dc:creator>taff</dc:creator>
 <guid isPermaLink="false">comment 1134641 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/popup-images#comment-1134640</link>
    <description> &lt;p&gt;I&#039;ll honostly tell you that you lost me on that coding &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;, but I will definitely give that a try.  Thanks.&lt;/p&gt;
 </description>
     <pubDate>Thu, 17 Jul 2003 22:00:32 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1134640 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/popup-images#comment-1134638</link>
    <description> &lt;p&gt;Heres a quick example of how you can do it:&lt;/p&gt;
&lt;p&gt;Create a small transparent gif named &#039;blank.gif&#039; and an html document titled &#039;popup.html&#039;, something like this:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;&amp;lt;/title&amp;gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;body onload=&amp;quot;window.opener.loadpopupimage(window)&amp;quot;&amp;gt;&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;	&amp;lt;a href=&amp;quot;javascript:window.close();&amp;quot;&amp;gt;Close Window&amp;lt;/a&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;	&amp;lt;img id=&amp;quot;popupimage&amp;quot; src=&amp;quot;blank.gif&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&amp;lt;/body&amp;gt;&amp;lt;/html&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
You can put any layout you want to layout the large images in there, but the above elements must be there.&lt;/p&gt;
&lt;p&gt;Now you can popup your large images like so:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;amp;lt;script language=&amp;quot;javascript&amp;quot; type=&amp;quot;text/javascript&amp;quot;&amp;amp;gt;&lt;br /&gt;var curpopupsrc = &amp;#039;&amp;#039;;&lt;br /&gt;function showimage(that) {&lt;br /&gt;	curpopupsrc = that.href;&lt;br /&gt;	window.open(&amp;#039;popup.html&amp;#039;, &amp;#039;popupwindow&amp;#039;, &amp;#039;width=750,height=550&amp;#039;);&lt;br /&gt;	return false;&lt;br /&gt;}&lt;br /&gt;function loadpopupimage(win) {&lt;br /&gt;	win.document.getElementById(&amp;#039;popupimage&amp;#039;).src = curpopupsrc;&lt;br /&gt;	win.document.title = curpopupsrc;&lt;br /&gt;}&lt;br /&gt;&amp;amp;lt;/script&amp;amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;a href=&amp;quot;http://www.hampton-homes.net/communities/hampton_big.jpg&amp;quot; onclick=&amp;quot;return showimage(this);&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://www.hampton-homes.net/communities/hampton_small.jpg&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Thu, 17 Jul 2003 20:26:23 +0000</pubDate>
 <dc:creator>ROB</dc:creator>
 <guid isPermaLink="false">comment 1134638 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/popup-images#comment-1134636</link>
    <description> &lt;p&gt;Use JavaScript to generate the whole page. You wouldn&#039;t do this in the link coding, you&#039;d do it in the function itself.&lt;/p&gt;
 </description>
     <pubDate>Thu, 17 Jul 2003 18:32:15 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1134636 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/popup-images#comment-1134629</link>
    <description> &lt;p&gt;aha. That was my suggestion and I didn&#039;t realize that you were simply linking directly to the jpg files. I always link to html pages containing the graphic so I&#039;m not sure if you&#039;ve got an alternative here.&lt;/p&gt;
 </description>
     <pubDate>Thu, 17 Jul 2003 17:20:50 +0000</pubDate>
 <dc:creator>taff</dc:creator>
 <guid isPermaLink="false">comment 1134629 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
