popularanky
Posts: 53
|
| Posted: 08/31/2007, 5:52 AM |
|
i have this page "monitor.asp" . i want the page to automatically refresh itself in a time interval at least every 10 secs. without me refreshing the page to view current insert.
_________________
EKERE UBONG UBONG
IT Officer
CognitiveDrive |
 |
 |
wkempees
Posts: 1679
|
| Posted: 09/01/2007, 7:18 AM |
|
<META HTTP-EQUIV=Refresh CONTENT="10">
Add this to the header of your page (HTML View)
Using Search (TopMenu of this forum) search for:
"META referesh"
"autorefresh"
to see more topics.
Walter
BTW FireFox has a handy refresh plugin, you do not alter your HTML, in Firefox right-click, will give option for autorefresh with several time settings.
_________________
Origin: NL, T:GMT+1 (Forumtime +9)
CCS3/4.01.006 PhP, MySQL .Net/InMotion(Vista/XP, XAMPP)
if you liked this info PAYPAL me: http://donate.consultair.eu
|
 |
 |
popularanky
Posts: 53
|
| Posted: 09/06/2007, 5:02 AM |
|
I have tried the code but if is not working. what i want is thing or code that can help me refresh a web page automatically at least every 10 sec. i have a monitoring page that i want to use in monitoring datas inserted into a table in the database. the table is trans. database is zen and webpage is monitor, grid name is monitor1 can someone help me.
_________________
EKERE UBONG UBONG
IT Officer
CognitiveDrive |
 |
 |
wkempees
|
| Posted: 09/10/2007, 4:31 AM |
|
<meta Content-Type: text/html; charset=iso-8859-1 http-equiv="Refresh"
content="60;">
definitly works!
change charset to your liking
content="seconds;"
"popularanky" <popularanky@forum.codecharge> schreef in bericht
news:646dfec68a0749@news.codecharge.com...
>I have tried the code but if is not working. what i want is thing or code
>that
> can help me refresh a web page automatically at least every 10 sec. i have
> a
> monitoring page that i want to use in monitoring datas inserted into a
> table in
> the database. the table is trans. database is zen and webpage is monitor,
> grid
> name is monitor1 can someone help me.
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
|