<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1043114" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1043114</link>
    <description></description>
    <language>en</language>
          <item>
    <title>try this (see</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/code-refresh-table-and-not-entire-web-page#comment-1238764</link>
    <description> &lt;p&gt;try this (see attached)&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;table border=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;tr&amp;gt;&lt;br /&gt;&amp;lt;td id=&amp;quot;imagecell&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://www.webmaster-forums.net/ads_customimages/host4u_120x60.gif&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;td&amp;gt;&amp;lt;a href=&amp;quot;javascript:void(0);&amp;quot; onclick=&amp;quot;document.getElementById(&amp;#039;imagecell&amp;#039;).innerHTML=&amp;#039;&amp;lt;img src=\&amp;#039;http://www.webmaster-forums.net/files/pictures/picture-1018260.png\&amp;#039;&amp;gt;&amp;#039;;&amp;quot;&amp;gt;refresh&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;lt;/table&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;it would actually be simpler to swap the src of the image, but this method will allow you to change the entire HTML content for the table cell, if you need to add text etc.&lt;/p&gt;
&lt;p&gt;if you are doing this a few times, or the innerHTML replacement is more complex, I would recommend creating a javascript function that can accept various tokens.&lt;/p&gt;
 </description>
     <pubDate>Thu, 26 Feb 2009 21:07:47 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1238764 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Sorry the code didnt show up</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/code-refresh-table-and-not-entire-web-page#comment-1238759</link>
    <description> &lt;p&gt;Sorry the code didnt show up in the last post lets see if it does now&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;table border=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;tr&amp;gt;&lt;br /&gt;&amp;lt;td&amp;gt;Picture.jpg&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;td&amp;gt;refresh&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;lt;/table&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 26 Feb 2009 17:25:48 +0000</pubDate>
 <dc:creator>daltonsurf</dc:creator>
 <guid isPermaLink="false">comment 1238759 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Well it would be something</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/code-refresh-table-and-not-entire-web-page#comment-1238758</link>
    <description> &lt;p&gt;Well it would be something like this with a button somewhere to refresh the table only. &lt;/p&gt;
&lt;p&gt;Picture.jpg&lt;br /&gt;
Refresh&lt;/p&gt;
 </description>
     <pubDate>Thu, 26 Feb 2009 17:24:25 +0000</pubDate>
 <dc:creator>daltonsurf</dc:creator>
 <guid isPermaLink="false">comment 1238758 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>daltonsurf wrote:
Does any</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/code-refresh-table-and-not-entire-web-page#comment-1238585</link>
    <description> &lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;&lt;em&gt;daltonsurf&lt;/em&gt; wrote:&lt;/div&gt;Does any one have code they could supply that does this that can be just copied and pasted in.&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;This cannot be done because it depends on your code - what id you choose to name the table etc.&lt;/p&gt;
&lt;p&gt;If you can post your code for the table (enclose the code in the code tags 3rd icon from the right in the toolbar) we might be able to better help you.&lt;/p&gt;
 </description>
     <pubDate>Sat, 21 Feb 2009 13:44:25 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1238585 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Does any one have code they</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/code-refresh-table-and-not-entire-web-page#comment-1238569</link>
    <description> &lt;p&gt;Does any one have code they could supply that does this that can be just copied and pasted in. Something like this:&lt;/p&gt;
&lt;p&gt;   function refreshpage()&lt;br /&gt;
   {&lt;br /&gt;
      window.location.reload();&lt;br /&gt;
   }&lt;/p&gt;
&lt;p&gt;(except this refreshes the whole page)&lt;/p&gt;
 </description>
     <pubDate>Sat, 21 Feb 2009 06:45:19 +0000</pubDate>
 <dc:creator>daltonsurf</dc:creator>
 <guid isPermaLink="false">comment 1238569 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>You could use the DOM</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/code-refresh-table-and-not-entire-web-page#comment-1238552</link>
    <description> &lt;p&gt;You could use the &lt;a href=&quot;http://www.w3schools.com/htmldom/dom_methods.asp&quot;&gt;DOM property innerHTML&lt;/a&gt; plus &lt;a href=&quot;http://www.w3schools.com/js/tryit.asp?filename=try_dom_methods&quot;&gt;DHTML with JavaScript&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 20 Feb 2009 20:15:25 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1238552 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
