<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1012898" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1012898</link>
    <description></description>
    <language>en</language>
          <item>
    <title>No worky</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript#comment-1075240</link>
    <description> &lt;p&gt;function imgRefresh(){&lt;/p&gt;
&lt;p&gt;	document.cimage.src = &quot;autosnap.jpg&quot;;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;function change() {&lt;br /&gt;
	var webcam = new Image();&lt;br /&gt;
	webcam.src = &quot;autosnap.jpg&quot;;&lt;br /&gt;
	for (x=5000; x&amp;lt;10000000; x=x+5000){&lt;br /&gt;
	setTimeout(&#039;imgRefresh()&#039;,x);&lt;br /&gt;
	}&lt;br /&gt;
} &lt;/p&gt;
&lt;p&gt;This code works, but it just refreshes the cached image. If I put in an alert or something it will refresh every 5 seconds. Any ideas on how I can get the script to reload the image?&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;
 </description>
     <pubDate>Wed, 06 Dec 2000 16:51:01 +0000</pubDate>
 <dc:creator>PDavis</dc:creator>
 <guid isPermaLink="false">comment 1075240 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript#comment-1074864</link>
    <description> &lt;p&gt;Max is correct, the script loads the page.&lt;/p&gt;
&lt;p&gt;Perhaps this will change the image.&lt;/p&gt;
&lt;p&gt;&amp;lt;script&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;A href=&quot;http://www.hotbot.com&quot;&gt;&lt;br /&gt;
Search Engine&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The above code switch image every four seconds, change to any time you reguire.&lt;/p&gt;
&lt;p&gt;Hope this helps &lt;/p&gt;
&lt;p&gt;[Edited by NSS on Dec. 01, 2000 at 01:40 AM]&lt;/p&gt;
 </description>
     <pubDate>Fri, 01 Dec 2000 06:24:48 +0000</pubDate>
 <dc:creator>NSS</dc:creator>
 <guid isPermaLink="false">comment 1074864 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript#comment-1074856</link>
    <description> &lt;p&gt;doesn&#039;t that script reload the whole page?&lt;/p&gt;
 </description>
     <pubDate>Fri, 01 Dec 2000 05:02:58 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1074856 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Thanks</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript#comment-1074804</link>
    <description> &lt;p&gt;that was the function I was looking for &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 29 Nov 2000 22:43:51 +0000</pubDate>
 <dc:creator>PDavis</dc:creator>
 <guid isPermaLink="false">comment 1074804 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Might Try</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript#comment-1074798</link>
    <description> &lt;p&gt;Hi PDavis,&lt;/p&gt;
&lt;p&gt;try adding this to the image tag of the image you want to reload on a timed basis &lt;strong&gt;onLoad=&quot;setTimeout(&#039;history.go(0)&#039;,5000)&quot;&lt;/strong&gt;it appears to work in both browsers. replace my &lt;strong&gt;5000&lt;/strong&gt; with the number of miliseconds to wait between refreshes.&lt;/p&gt;
&lt;p&gt;Later&lt;/p&gt;
 </description>
     <pubDate>Wed, 29 Nov 2000 21:47:09 +0000</pubDate>
 <dc:creator>caislander</dc:creator>
 <guid isPermaLink="false">comment 1074798 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript#comment-1074795</link>
    <description> &lt;p&gt;You said you wanted a &quot;function&quot; - to me that implies something already simply built into JavaScript. I may be wrong, but as far as I know it may not exist. &lt;/p&gt;
&lt;p&gt;My post was intended to inform you (I wasn&#039;t sure if you knew or not) that it would have to be custom-tailored, and a turnkey function may not be available.&lt;/p&gt;
&lt;p&gt;I will say this: your rather lengthy, scathing post probably wasted more of your time than reading my one-sentence comment.&lt;/p&gt;
&lt;p&gt;Despite your rude comments, here&#039;s hoping you find someone to help you.&lt;/p&gt;
 </description>
     <pubDate>Wed, 29 Nov 2000 21:30:22 +0000</pubDate>
 <dc:creator>TWTCommish</dc:creator>
 <guid isPermaLink="false">comment 1074795 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Thanks for your help</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript#comment-1074793</link>
    <description> &lt;p&gt;You&#039;ve effectivily wasted my time sir. I asked for a function that pauses a javascript if nothing else. Instead of posting some sort of meaningful reply, you posted a message telling me the script can be writen. Instead of saving me the time of searching though javascript sites for this functions, you have totally defeated my purpose. Not only have you defeated my intended goal, you have wasted server resources and the time of numerous other people who have read this post. Thank you.&lt;/p&gt;
&lt;p&gt;If any javascripters know the function, I think it is timeout() or something, please let me know. If you don&#039;t have anything helpfull to say, do us all a favore and not waste my time.&lt;/p&gt;
 </description>
     <pubDate>Wed, 29 Nov 2000 21:18:02 +0000</pubDate>
 <dc:creator>PDavis</dc:creator>
 <guid isPermaLink="false">comment 1074793 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/javascript#comment-1074781</link>
    <description> &lt;p&gt;Yes, a script for this can be written, the trick is finding someone to write it for you, though. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 29 Nov 2000 17:22:54 +0000</pubDate>
 <dc:creator>TWTCommish</dc:creator>
 <guid isPermaLink="false">comment 1074781 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
