<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1002625" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1002625</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/former-post-added-feature-online-bookstore-still-need-help#comment-1011645</link>
    <description> &lt;p&gt;What you would need to do is use JavaScript to create a new html document which can be displayed in a new window. Store the new document html in a variable:&lt;/p&gt;
&lt;p&gt;htmlString = &#039;&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;etc...&#039;&lt;/p&gt;
&lt;p&gt;Then prepare the code to open new window:&lt;/p&gt;
&lt;p&gt;var windowFeatures = &#039;height=NUM,width=NUM,&#039;;&lt;br /&gt;
windowFeatures += &#039;screenX=NUM,screenY=NUM,top=NUM,left=NUM,&#039;;&lt;br /&gt;
windowFeatures += &#039;location=Y/N,menubar=Y/N,resizable=Y/N,&#039;;&lt;br /&gt;
windowFeatures += &#039;scrollbars=Y/N,status=Y/N,toolbar=Y/N&#039;;&lt;/p&gt;
&lt;p&gt;newWindow = window.open(&#039;&#039;,&#039;&#039;,windowFeatures);&lt;br /&gt;
newWindow.document.write(htmlString);&lt;/p&gt;
&lt;p&gt;I know this is brief but hopefully you get the idea.&lt;/p&gt;
&lt;p&gt;------------------&lt;/p&gt;
 </description>
     <pubDate>Mon, 22 Nov 1999 03:22:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1011645 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/former-post-added-feature-online-bookstore-still-need-help#comment-1011644</link>
    <description> &lt;p&gt;Interesting. I like the image, it helps to see what you mean.  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;This sounds possible, but with JS I doubt the window could be saved. Perhaps a cookie could save the links? &lt;/p&gt;
&lt;p&gt;I&#039;ll see what I can find out. If Lloyd stops by he might have some more ideas as well.  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I&#039;ll post if I get something going or find a workable script for you.  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
John Pollock&lt;br /&gt;
 &lt;a href=&quot;http://www.pageresource.com&quot; class=&quot;bb-url&quot;&gt;http://www.pageresource.com&lt;/a&gt;&lt;br /&gt;
 &lt;a href=&quot;http://www.javascriptcity.com&quot; class=&quot;bb-url&quot;&gt;http://www.javascriptcity.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 21 Nov 1999 02:54:00 +0000</pubDate>
 <dc:creator>John Pollock</dc:creator>
 <guid isPermaLink="false">comment 1011644 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
