Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > HTML > HTML Code Clinic
|
HTML Code Clinic Do you have some HTML code you'd like to share and get suggestions from others for tweaking or improving it? This discussion is the place.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the HTML Code Clinic section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 24th, 2003, 01:50 PM
Authorized User
 
Join Date: Oct 2003
Posts: 96
Thanks: 0
Thanked 0 Times in 0 Posts
Default Need meta tag help, please

I have a Web page that I want to reload from the server each time it is accessed, even if it has been cached. The url of the Web page is http://www.networkdriven.com/hp22/QuizPage_xp1.htm

Could someone please write out the meta tag that would get this page to always pull the Web page from the server each time it is accessed?

Would appreciate the help :)


__________________
Rudy
 
Old January 6th, 2004, 08:45 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,212
Thanks: 0
Thanked 1 Time in 1 Post
Default

larry, try adding all of these:
<meta http-equiv="Expires" CONTENT="0">
<meta http-equiv="Cache-Control" CONTENT="no-cache">
<meta http-equiv="Pragma" CONTENT="no-cache">

hth
Phil





Similar Threads
Thread Thread Starter Forum Replies Last Post
meta tag rajuru Beginning PHP 1 January 30th, 2005 10:27 AM
The "Meta Refresh Tag" method nancy HTML Code Clinic 5 October 28th, 2004 04:43 PM
Get meta tag from current page? PHP 4.x jefferis PHP How-To 2 September 15th, 2004 08:06 PM
How to insert <META> Tag using XSLT on client Abdul Hameed XML 0 August 10th, 2004 11:34 PM
Meta tag problem? KHarrington HTML Code Clinic 4 November 5th, 2003 12:27 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.