to make the page reload use the javacript and a form like:
<% if (1stLoad) { %>
<form id="foo" action"thesame.jsp" method="post">
<script language="JavaScript">
  foo.submit();
</script>
</form>
<% } else {
...
%>

>From: Geeta Kottapalli <[EMAIL PROTECTED]>
>Reply-To: A mailing list about Java Server Pages specification and
>     reference <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: How to force a page to Reload ?? please help!!
>Date: Fri, 29 Sep 2000 07:55:37 -0700
>
>I am generating a PDF file on the server-side using
>servlets on JavaWebServer on Windows NT.
>
>It is working fine with NS4.7 and IE5.0
>
>I am having problem with NS 4.04 and most of the users
>are using it. It is not loading the page for the first
>time i.e, shows a blank screen. If I hit reload then
>it is showing the report(PDF Format).
>
>Is there a way I can force the page to reload ??
>
>Any help greatly appreciated !!
>
>
>
>__________________________________________________
>Do You Yahoo!?
>Yahoo! Photos - 35mm Quality Prints, Now Get 15 Free!
>http://photos.yahoo.com/
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
>JSP-INTEREST".
>Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to