Hi

    if your URL is http://your_server/myJSP.jsp
add
    <meta http-equiv="refresh" content="5; url=myJSP.jsp">

to the top of myJSP.jsp

the client (Web Browser ) will refresh it every 5 seconds

Karl



David Wall wrote:

> > <meta http-equiv="Expires" content="0">
> > <meta http-equiv="Last-Modified" content="0">
> > <meta http-equiv="Cache-Control" content="no-cache, must-revalidate">
> > <meta http-equiv="Pragma" content="no-cache">
> >
> > Expensive knowledge ;-) Good Luck!
>
> This didn't even work on my IE5 browser. It's all very odd, but if you click
> on a BACK link, it will reload, but if you hit the BACK button the browser,
> it does not send any request back to my web server.
>
> David
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> FAQs on JSP can be found at:
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to