|
-
Sep 8th, 2000, 03:56 PM
#1
Thread Starter
Hyperactive Member
(Html) How to tell a page to reload eachtime it is visited (i.e. never cash)
I remember it is pragma= ... something ... but I forgot what ?
Can Anyone help ??
-
Sep 8th, 2000, 06:57 PM
#2
Here is the code to make a html page refresh every few seconds (3 seconds here).
Code:
<META Http-equiv="refresh" Content="3; Url=http://www.vb-world.net">
-
Sep 13th, 2000, 07:35 AM
#3
Just put
<META HTTP-EQUIV="pragma" CONTENT="no-cache">
somewhere in between your <HEAD> and </HEAD> tags
HTH,
SCK
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
|