Use this

<table  STYLE="table-layout:'fixed'" >

to go on display your rows as they occur....
----------------------------------------------------
        V.T.R.Ravi Kumar
Engineer,CCX,BHEL, Haridwar
Phone : Office-91-01334-285260
             Res  -91-01334-226121
-----------------------------------------------------
----- Original Message -----
From: "Steven A. Martin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 03, 2003 2:45 AM
Subject: Re: Query takes 10 minutes...I need to display some output...how?


> Besides flushing the buffer, in IE that won't work in table rows, you must
> have already displayed the </table>.  Basically you have to do multiple
> tables instead of individual rows.
>
>
> ----- Original Message -----
> From: "Nimmons, Buster" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, January 02, 2003 4:11 PM
> Subject: Re: Query takes 10 minutes...I need to display some output...how?
>
>
> > from a jsp you can do out.println("Some text"); then follow with
> > out.flush(); to push the information in the buffer to the browser. This
> > usually works but I have seen some app servers still wait till the page
is
> > finished processing
> >
> > -----Original Message-----
> > From: Frank Mancini [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, January 02, 2003 3:10 PM
> > To: [EMAIL PROTECTED]
> > Subject: Query takes 10 minutes...I need to display some output...how?
> >
> >
> > I have a jap page that takes about 10 minutes to run....that is ok...it
> > should take that long..
> >
> > My problem is that I want to display some of the output while the user
is
> > waiting.
> >
> > I'm doing document.writes as I'm running the query and it should
display,
> > but the browser seems to wait until the whole 10 minute process is done
> > before displaying anything....Is there anyway to change this and display
> > some of the query output while the system is looping thru my query?
> >
> >
> >
> >
> > _________________________________________________________________
> > The new MSN 8 is here: Try it free* for 2 months
> > http://join.msn.com/?page=dept/dialup
> >
> >
>
===========================================================================
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> > JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> > DIGEST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://archives.java.sun.com/jsp-interest.html
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.jsp
> >  http://www.jguru.com/faq/index.jsp
> >  http://www.jspinsider.com
> >
> >
>
===========================================================================
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
> DIGEST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://archives.java.sun.com/jsp-interest.html
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.jsp
> >  http://www.jguru.com/faq/index.jsp
> >  http://www.jspinsider.com
> >
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://archives.java.sun.com/jsp-interest.html
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.jsp
>  http://www.jguru.com/faq/index.jsp
>  http://www.jspinsider.com

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

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to