473,657 Members | 2,371 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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.image s){
var parselimit=limi t.split(":")
parselimit=pars elimit[0]*60+parselimit[1]*1
}
function beginrefresh(){
if (!document.imag es)
return
if (parselimit==1)
window.location .reload()
else{
parselimit-=1
curmin=Math.flo or(parselimit/60)
cursec=parselim it%60
setTimeout("beg inrefresh()",10 00)
}
}

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 2636
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******@hotmai l.com (fabianse) wrote in message news:<b5******* *************** ****@posting.go ogle.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
1108
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 http://dcavello.phenominet.com/alumnidev/alumniresults.php Here is the code for the results page: <?php require_once('../Connections/connAlumni.php'); mysql_select_db($database_connAlumni, $connAlumni);
7
1640
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 page, without that the user have to do a refresh. I saw a page for getting a SSL-certificate. You get the page with the script for the telephone confirmation. The company then give me a phone call. After I've finished the phone the page is...
2
1755
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. I would like the login.aspx to come up first, connect to the db, then call up my quote form. Do I do this with a 'Show'/'Hide'? Thanks!
1
1147
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 content page make a refresh (postback?) similar to if i was using a targets in frames ? Thanks for help
0
1596
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 pages at www.feedburner.com. When you publish a feed, users can click on any files associated with the feed that are displayed in a nice looking webpage format, and if you want to put the feed into iTunes, you simply copy the same URL into your...
0
1084
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 makes sense it needs to open before the data access page. Could anyone help me!! Thanks
1
1022
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 luck.also tried firefox too and no again i'm lost on this one it might be motherboard or ram or cpu but i check it with software and not errors so up.please help if can or know of any software to try too. Thanks for you time and effort.Gusy
1
1105
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 within the same project. Code behind is not pointing to any other URL during processing. However, I always get the https alert that I’m about to leave a secure connection and bam I get error, any ideas Any ideas -- JP
3
1147
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 , what i want to do is : put a magnifier as a cursor , and like a circunference , it would have a radius , about 3 centimetres . then imagine a black page , with hidden stuff , like images , and where the magnifier was , the things were revealed ,...
0
8399
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8827
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8732
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8606
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7337
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6169
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
1
2732
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1959
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1622
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.