Getting a page to update ?

admin

Administrator
Staff member
Can anyone tell me how I can get my webpage to update any changes I make ? At the moment it only does it when I refresh. <br />
Whats the best way to do it so my visitors dont miss any updates ?<br />
<br />
I believe there's a META tag command for it. Are there any other methods too ?<br />
<br />
Thanks<!--content-->Web accessibility (<!-- m --><a class="postlink" href="http://www.w3.org/WAI/UA/TS/html401/cp0305/0305-REFRESH.html">http://www.w3.org/WAI/UA/TS/html401/cp0 ... FRESH.html</a><!-- m -->)<!--content-->How about this ?<br />
<br />
<HTML><br />
<HEAD><br />
<TITLE>---</TITLE><br />
<META HTTP-EQUIV="Pragma" CONTENT="no-cache"><br />
<META HTTP-EQUIV="Expires" CONTENT="-1"><br />
</HEAD><br />
<BODY><br />
<br />
Text in the Browser Window<br />
<br />
</BODY><br />
<HEAD><br />
<META HTTP-EQUIV="Pragma" CONTENT="no-cache"><br />
<META HTTP-EQUIV="Expires" CONTENT="-1"><br />
</HEAD><br />
</HTML><br />
<br />
<br />
If I use this command will it have to Download <!--more--> all the images on the page each time too, thereby consuming more of my bandwith/data transfer quota ?<!--content-->Yes.<!--content-->
 
Back
Top