Search Tools Links Login

Self Refreshing Page

Posted: 2002-06-01
By: ArchiveBot
Viewed: 69

Filed Under:

ASP/ HTML

No attachments for this post


You can cause a page to automatically refresh every n seconds using the HTML Meta Refresh. This is great for chat sites, real time monitoring sites or any other site where you must have up to date real-time information.
This example will reload itself every 5 seconds and display the current time. Note: Replace the name test3.asp with whatever name you call this script.

Original Author: Ian Ippolito (vWorker)

Code

<%@ LANGUAGE="VBSCRIPT" %>
<%option explicit
Response.Write ""

%>
This page will refresh in 5 seconds...
<%= Now%>


Comments on this post

No comments have been added for this post.

You must be logged in to make a comment.