<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1011988" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1011988</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/simple-pop-window#comment-1069142</link>
    <description> &lt;p&gt;&lt;strong&gt;One&lt;/strong&gt; function in the HEAD - just modify the window size to suit yourself, and then &lt;strong&gt;one&lt;/strong&gt; link for &lt;strong&gt;each person&lt;/strong&gt; which passes the page name to the function.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;winy(&amp;#039;bob.htm&amp;#039;)&quot;&gt;Bob&#039;s page&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;winy(&amp;#039;jim.htm&amp;#039;)&quot;&gt;Jim&#039;s page&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;winy(&amp;#039;sue.htm&amp;#039;)&quot;&gt;Sue&#039;s page&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;not much to type for each person:)&lt;/p&gt;
 </description>
     <pubDate>Wed, 09 Aug 2000 00:09:47 +0000</pubDate>
 <dc:creator>AndyB</dc:creator>
 <guid isPermaLink="false">comment 1069142 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/simple-pop-window#comment-1069139</link>
    <description> &lt;p&gt;Thanks for all your help AndyB. But one more question..would I have to repeat this code for each link on my page? or would I make use of the same function, and just change the url in the anchor tag? All of the pages will have the same demensions...so it would be kewl if it worked that way. Let me know...&lt;/p&gt;
&lt;p&gt;Thanks Again.&lt;br /&gt;
VulKen&lt;/p&gt;
 </description>
     <pubDate>Tue, 08 Aug 2000 23:05:27 +0000</pubDate>
 <dc:creator>Ken Elliott</dc:creator>
 <guid isPermaLink="false">comment 1069139 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/simple-pop-window#comment-1069128</link>
    <description> &lt;p&gt;how about one function (follows) that works for all named html files.  Put this in the HEAD section&lt;/p&gt;
&lt;p&gt;script language=&quot;javascript&quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;function winy(url) {&lt;br /&gt;
window.open(url,&quot;msg&quot;,&quot;height=500,width=500,left=50,top=50,scrollbars=no,resizable=no,status=no&quot;);&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;and then call it using something like&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;winy(&amp;#039;bob.htm&amp;#039;)&quot;&gt;Bob&#039;s page&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 08 Aug 2000 18:52:15 +0000</pubDate>
 <dc:creator>AndyB</dc:creator>
 <guid isPermaLink="false">comment 1069128 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/simple-pop-window#comment-1069126</link>
    <description> &lt;p&gt;Is this for real? Do I have to declare all of the javascript? Because my plans were to have each of the people in my list to have a (small)webpage. When some clicks on their name it opens a new window, with no toolbar, not resizable, and loads an html document in it. Is there no easy way to accomplish this? Maybe just simple script in the anchor tag?&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;         &lt;a href=&quot;(&amp;#039;somedoc.html&amp;#039;,&amp;#039;400&amp;#039;,&amp;#039;300&amp;#039;,&amp;#039;100&amp;#039;,&amp;#039;100&amp;#039;)&quot;&gt;SOME LINK&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;If that is the only way to accomplish a popup..I&#039;m outta luck.&lt;/p&gt;
&lt;p&gt;Thanks for your help.&lt;br /&gt;
VulKen&lt;br /&gt;
&lt;strong&gt;Real Men Code By Hand&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 08 Aug 2000 18:16:34 +0000</pubDate>
 <dc:creator>Ken Elliott</dc:creator>
 <guid isPermaLink="false">comment 1069126 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/simple-pop-window#comment-1069112</link>
    <description> &lt;p&gt;For example, clicking the thumbnail image to open a new window and show the big picture in a particular size window&lt;/p&gt;
&lt;p&gt;Popup Image Viewer&lt;br /&gt;
&amp;lt;script language=&quot;Javascript&quot;&amp;gt;&lt;br /&gt;
Community Image - click to close&amp;lt;\/title&amp;gt;&amp;lt;\/head&amp;gt;&#039;&lt;br /&gt;
+&#039;&#039;&lt;/p&gt;
&lt;p&gt;+&#039;&lt;a href=&quot;self.close()&quot;&gt;&lt;img border=&quot;0&quot; alt=&quot;click image to close window&quot; src=&quot;&amp;#039;+myImage+&amp;#039;&quot; width=&quot;&amp;#039;+w+&amp;#039;&quot; height=&quot;&amp;#039;+h+&amp;#039;&quot; /&gt;&#039;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;+&#039;&amp;lt;\/center&amp;gt;&amp;lt;\/a&amp;gt;&amp;lt;\/body&amp;gt;&amp;lt;\/html&amp;gt;&#039;);&lt;/p&gt;
&lt;p&gt;preview.document.close();&lt;br /&gt;
}&lt;br /&gt;
// --&amp;gt;&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;imageView(&amp;#039;big1.jpg&amp;#039;,&amp;#039;popUp&amp;#039;,&amp;#039;400&amp;#039;,&amp;#039;300&amp;#039;,&amp;#039;100&amp;#039;,&amp;#039;100&amp;#039;)&quot;&gt;&lt;img src=&quot;thumb1.jpg&quot; border=&quot;0&quot; alt=&quot;Click to view full image&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 08 Aug 2000 15:54:05 +0000</pubDate>
 <dc:creator>AndyB</dc:creator>
 <guid isPermaLink="false">comment 1069112 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
