CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> GotoCode Archive

 Reload - refresf data

Print topic Send  topic

Author Message
Tomix
Posted: 07/01/2002, 4:45 AM

How to reload page from code, not with F5 or any other way. To refresh data from database automatic, kind of ...
Chris K.
Posted: 07/01/2002, 6:49 AM

You can only specify time interval page will be reloaded by putting META in page temaplate's HEAD section:

<META HTTP-EQUIV="REFRESH" CONTENT="<seconds>; URL=<pageaddress>">

Put <pageaddress> to reload after <seconds> seconds. If you give the same page URL it will be reloading until navigating outside.
Nicole
Posted: 07/01/2002, 6:54 AM

Tomix,
add META tag to html code:
<META HTTP-EQUIV="REFRESH" CONTENT="<number_of_seconds>; URL=<your_url>">
So the page will be refreshed after <number_of_seconds> seconds.

   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.