![]() |
Autorefresh ASP page help!!
Hi, I have this problem:
In my intranet I use a hidden frame that autorefresh every 30 seconds. That page records a hit into SQL Server thats indicates to me the user still on-line. I use this: <META HTTP-EQUIV="Refresh" CONTENT="30"> Now I use this: var limit="0:30" if (document.images){ var parselimit=limit.split(":") parselimit=parselimit[0]*60+parselimit[1]*1 } function beginrefresh(){ if (!document.images) return if (parselimit==1) window.location.reload() else{ parselimit-=1 curmin=Math.floor(parselimit/60) cursec=parselimit%60 setTimeout("beginrefresh()",1000) } } I fond all this stuff in google. It's works perfect for me and a lot of users, buy I have problems with others that tells me that they are not on-line but they have the intranet open, if they press F5 they apear on-line inmediatly. They acces to the intranet throw a proxy server. All of they have IE 5.5 or better. I really don't know what else can do. Any help???? TANKS!!!!!!!! P.D.: Sorry abouy mu english |
Re: Autorefresh ASP page help!!
use a flash object in the page to communicate the online state to your
central server for every 1 minute. hope this help |
Re: Autorefresh ASP page help!!
I need somethin easyer....
Tanks anyway!!! fabianse@hotmail.com (fabianse) wrote in message news:<b5ecfad8.0402260826.58f988c4@posting.google. com>... > use a flash object in the page to communicate the online state to your > central server for every 1 minute. > > hope this help |
| All times are GMT. The time now is 04:06 PM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.