473,473 Members | 2,032 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

client timer??

I want to put a control on a web page that will trigger an autopostback
event in a period of time, say 10 seconds. Is there any such thing as a
client timer? Like a button that will push itself 10 seconds after it is
created.
Thanks,
G
Nov 18 '05 #1
1 1599
Hi Gary,

From your description, you are wanting to build a web component which can
make the page post back itself once every serveral seconds,yes?

There does exist some means to do such task, you can try the following
means:
1. The standard html <meta> tag can help set to make a page refresh it self
constantly by a certain period of time.

#HTML META refresh tag
http://webdesign.about.com/cs/metatags/a/aa080300a.htm

2. The "window.setTimeout" and "window.setInterval" can help call a
function after a certain period or repeatedly by a period. That is
something like a clienttimer, you may have a look at the following links:

#Javascript window.setTimeout
http://www.devguru.com/Technologies/...ettimeout.html

#Javascript window.setInterval
http://www.devguru.com/Technologies/...tInterval.html

Hope helps.

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Nov 18 '05 #2

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

Similar topics

1
by: What-a-Tool | last post by:
I'm playing around in my personal site trying to figure out a way to detect if JavaScript is enabled client side, and get that info back to the server without any manual intervention, or visibility...
0
by: Kapil Shah | last post by:
Hello Everybody, I have created a console multithreaded client server application where many client connects to the server. I have created a timer in the server which asks the client every 30...
2
by: M O J O | last post by:
Hi, Is it possible (via Internet Explorer) to tell the clients to update? I have a picture that is shown in the client browsers. Often I replace the image and I want to tell all clients that...
3
by: Borr | last post by:
Hi, I have an ASP .NET page, that runs client side timer that does something on the Server side and after that loads another page. So I have on client side something like : function...
6
by: jake | last post by:
How do you get or save a file from/to a client (button on web page) once they are authenticated? The client could be Mac, Linux or Windows. Can I do it all with IIS and ASP.NET?
2
by: dcstech | last post by:
I have a program that write information to a database. I'm currently in the process of writing another program that monitors the database and everytime a new entry is made this program will update...
1
Soulmaker
by: Soulmaker | last post by:
Hi... I am developing a Web application in ASP.NET and I have the following problem: I have a Thread bounding data from a DB and I want to show this data into a Gridview, but the problem is that...
1
by: Rodney | last post by:
I want to notify browser of every time my server side event fires w/o creating some sort of timer on client. Basically, can server notify client w/o client initiating contact? Again, thx for any...
9
by: timor.super | last post by:
Hi group, I've written a client/server application, using the dotnet sockets. In my server, I have a thread waiting for messages with : ret = currSocket.Receive(buffer, 1024,...
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
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,...
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...
0
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...
1
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...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
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 ...
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
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...

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.