|
-
May 1st, 2001, 07:06 AM
#1
Thread Starter
Addicted Member
Refreshing Screens
Hi all,
I have a made a custom viewer for viewing web pages over a corporate Intranet. The problem is that each time the viewer visits a page it is picking the original page up from the cache. Is there any way I can make it look for a new page everytime it goes to a new URL.
Many thanks
Colin
-
May 1st, 2001, 10:39 AM
#2
Frenzied Member
Try putting these in the HEAD tag of the page you don't want cached:
Code:
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
Check out MSDN for more info...
oOOo--oOOo
__ /\/\onte96
oOOo--oOOo
Senior Programmer/Analyst
MCP
[email protected]
[email protected]
Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..
-
May 1st, 2001, 10:56 AM
#3
Thread Starter
Addicted Member
Many thanks,
will try that.
Colin
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|