Hello,
as far as I know there are two possibilities to redirect the browser to
an other page: HTTP Protocol and HTML Header. The first
(sendRedirect("...") delivers no real page (document) so you cannot go
back /next document It is only handled within the protocol http. In the
second case you have to write a simple document including the following
HTML:
<head>
<meta http-equiv="refresh" content="8;
URL=http://www.somewhere.org/index.html">
...
</head>
This instruct the browser to reload the specified pager after 8 seconds.
No target frame can be specified (use frame or form definition instead).
Has nothing to do with cookies. Both methods are supported by all
browsers.
Regards, Ingo
___________________________________________________________________________
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