Hi all you gurus,
I am developing an asp application and I wanted to refresh a page only after a cookie is set to flag the page for reload.
I would guess that a good way to do this is using the set timeout function to run and monitor the cookie.
if cookie("push_mail") != 1
then do nothing
else
set the cookie to 0 and reload the page.
can anyone help me with this script?
Your help is soooo appreciated 
|