It's the META tag's refresh attribute in the <head></head>
and is measured in seconds.  For example,

<META HTTP-EQUIV="Refresh"
CONTENT="5;URL=http://www.newurl.com">

See http://www.webdeveloper.com/html/html_metatags.html for
a full discussion on usage.

-mark

-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's
Java Servlet
API Technology. [mailto:[EMAIL PROTECTED]]On
Behalf Of Shane
Duan
Sent: Thursday, January 04, 2001 5:54 PM
To: [EMAIL PROTECTED]
Subject: Re: Page redirect


You can generate a HTML file, which can redirect itself to
another page
after certain time you specified in the header.
I am not sure of the detail but you should be able to find
it in most of the
HTML book.

-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's
Java Servlet
API Technology. [mailto:[EMAIL PROTECTED]]On
Behalf Of Ashok
Palaniswamy
Sent: Thursday, January 04, 2001 2:32 PM
To: [EMAIL PROTECTED]
Subject: Page redirect


I have a situation where I need to make the user wait for a
particular
period of time (say 15 seconds) after submitting his details
(like a user
logon) on one html page... & lateron I wanna  redirect him
to a different
page using the sendRedirect().
If any one knows please help me in this.

Ashok.

____________________________________________________________
_______________
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body
of the message "signoff SERVLET-INTEREST".

Archives:
http://archives.java.sun.com/archives/servlet-interest.html
Resources:
http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

____________________________________________________________
_______________
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body
of the message "signoff SERVLET-INTEREST".

Archives:
http://archives.java.sun.com/archives/servlet-interest.html
Resources:
http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to