Welcome Guest ( Log In | Click here to Register a free account now! )
Welcome to Bleeping Computer, a free community where people like yourself come together to discuss and learn how to use their computers. Using the site is easy and fun. As a guest, you can browse and view the various discussions in the forums, but can not create a new topic or reply to an existing one unless you are logged in. Other benefits of registering an account are subscribing to topics and forums, creating a blog, and having no ads shown anywhere on the site.| Important Announcement: We have a terrific contest still running on the site that I wanted all our members and guests to know about. The chance to win two Seagate FreeAgent external hard drives. More information about this contest can be found here. I suggest everyone submit an entry for them. - BleepingComputer Management |
![]() ![]() |
Aug 5 2004, 06:03 PM
Post
#1
|
|
|
New Member ![]() Group: Members Posts: 8 Joined: 12-July 04 Member No.: 1,379 |
I have found many customers that have problems "seeing" the latest updates posted. I think the problem is related to temporary files already loaded in their PC; I'd advise them to delete them from their browser. Now some of them already told me they are still having the same problem; is it possible or could be that they didn't do it [delete the files] correctly? Wondering if there might be a code tag or a script, preferably in ASP, otherwise in javascrip that will force them to upload the most current version of the page, which should overwrite any version of the page already in their systems? I'd appreciate your advise... Thanks! |
|
|
|
Aug 5 2004, 06:40 PM
Post
#2
|
|
![]() Forum Regular ![]() ![]() ![]() Group: Members Posts: 189 Joined: 11-April 04 From: East Tennessee Member No.: 122 |
Here you go:
CODE <head> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Expires" content="-1"> </head> and in asp: CODE <% Response.CacheControl = "no-cache" %>>
<% Response.AddHeader "Pragma", "no-cache" %> <% Response.Expires = -1 %> This post has been edited by HuckerJ: Aug 5 2004, 06:43 PM -------------------- There are 10 kinds of people. Those who understand binary notation, and those who do not.
- It plays, it streams, it kills WiMPs!! |
|
|
|
Aug 5 2004, 10:10 PM
Post
#3
|
|
|
New Member ![]() Group: Members Posts: 8 Joined: 12-July 04 Member No.: 1,379 |
Thank you HuckerJ!
I'll try it... I'm assuming I could use either one (one is in html and the other one in asp?) and not both. Thanks again! |
|
|
|
Aug 6 2004, 05:54 AM
Post
#4
|
|
![]() Forum Regular ![]() ![]() ![]() Group: Members Posts: 189 Joined: 11-April 04 From: East Tennessee Member No.: 122 |
You should still be able to use both if you wanted. Put the html in the <head> and the ASP part in the <% %>.
This post has been edited by HuckerJ: Aug 6 2004, 05:58 AM -------------------- There are 10 kinds of people. Those who understand binary notation, and those who do not.
- It plays, it streams, it kills WiMPs!! |
|
|
|
![]() ![]() |
| Lo-Fi Version | Time is now: 5th December 2008 - 12:35 PM |