
May 19th, 2000, 02:37 AM
|
 |
.Net Developer
|
|
Join Date: Feb 2000
Location: London
Posts: 987
Time spent in forums: 3 h 26 m 22 sec
Reputation Power: 14
|
|
hi,
for reloading a page after a regular interaval you can use meta refresh in html.
<< I am trying to make a auto refresh on one page after a transaction.
>>
one option , is you can use window.reload() in java script.
But it may give some problem in old versions of netscape.
<<
I only one it to refresh one time which user go to that page every time?
>>
i think you are facing page caching problem.isn't it??.
in that case use header() function to solve that in php3.
eg:
header("Cache-Control: no-cache, must-revalidate");
------------------
SR -
shiju.dreamcenter.net
"The fear of the LORD is the beginning of knowledge..."
[This message has been edited by Shiju Rajan (edited May 19, 2000).]
|