How do I refresh an image when a page is opened?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to make sure anyone opening a page is seeing the most recent
image from the web server. I have tried the ? at the end of the image src=,
doesn't seem to do anything. I tried a META tag and it refreshes the entire
page to just the image.

Here is my current html statement:

<IMG alt='Go to http://www.jcstechnologies.com for the latest news in
conference tools'
src='http://67.79.147.99/jcstechnologies/index_files/ActiveMessage.jpg'>

Here is what I tried
<IMG alt='Go to http://www.jcstechnologies.com for the latest news in
conference tools'
src='http://67.79.147.99/jcstechnologies/index_files/ActiveMessage.jpg'?>

<META HTTP-EQUIV=REFRESH
CONTENT=0;URL='http://67.79.147.99/jcstechnologies/index_files/ActiveMessage.jpg' %\>

Is there a way to do this?
 
It is the page that you have to refresh, since it is the page that is loading the image.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Back
Top