473,386 Members | 1,733 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

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
Jul 19 '05 #1
2 2626
use a flash object in the page to communicate the online state to your
central server for every 1 minute.

hope this help
Jul 19 '05 #2
I need somethin easyer....

Tanks anyway!!!
fa******@hotmail.com (fabianse) wrote in message news:<b5**************************@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

Jul 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Ryan Sullivan | last post by:
I'm having trouble with my SQL statement for a PHP/MYSQL page I am creating. The search page is located at http://dcavello.phenominet.com/alumnidev/alumnisearch.php and the results page at...
7
by: Edward | last post by:
How can I automatically send another page to the users webbrowser (preferable in c#)? So, somebody is looking at a webpage and after some processing at the server, I want to show this user another...
2
by: Pete Lux | last post by:
I have built a web form that displays data, but I've hard coded the username/password/database. I can create a separate .aspx for that info, but I'd like to find out how to navigate back and forth....
1
by: andy | last post by:
Hi I have a tree control im using for some navigation of products. On nide click i load a content page with products from the database. Is there a way i can click on the node and only have the...
0
by: Jon | last post by:
All, I'm extremely new to XML and have been given a project that at this time seems way over my head. Was hoping someone here could help. Basically, I need a page that functions much like...
0
by: brettbrett | last post by:
I have a data access page that is distributed to everyone in the company through their favourites, what i need is to be able to make another form apear when this favourite is opened. but if this...
1
by: gusybuck | last post by:
msn is my home page can't surf on the web or the computer i've run numerious of spyware and antivirus from adware to trendmicro and many others.i'v reformatted and i think fixed the mbr and still no...
1
by: =?Utf-8?B?SlA=?= | last post by:
I have a C# VS2003 1.1 project. I am able to navigate the web site just fine going form page to page in the project. However one page always gives me a DNS not found error even though it exists...
3
by: duartereis | last post by:
-------------------------------------------------------------------------------- I've never seen this before , but I had this idea , and i thought that maybe one internet pro could help me so...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.