Search Tools Links Login

Self Refreshing Page


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%>

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 101 times

Categories

ASP/ HTML

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.