PDA

Click to See Complete Forum and Search --> : (Html) How to tell a page to reload eachtime it is visited (i.e. never cash)


razzaj
Sep 8th, 2000, 03:56 PM
I remember it is pragma= ... something ... but I forgot what ?
Can Anyone help ??

Sep 8th, 2000, 06:57 PM
Here is the code to make a html page refresh every few seconds (3 seconds here).

<META Http-equiv="refresh" Content="3; Url=http://www.vb-world.net">

Sep 13th, 2000, 07:35 AM
Just put
<META HTTP-EQUIV="pragma" CONTENT="no-cache">
somewhere in between your <HEAD> and </HEAD> tags

HTH,
SCK