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

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?
 
T

Thomas A. Rowe

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.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top