Re: image, wait processing ??

Esakki Sundar <[email protected]>
Newsgroups gmane.comp.java.sun.servlet
Organization AlZouman Aviation
Message-ID <000001c41a0e$5a8a64a0$0c00010a@esakki>
Try to flush the output stream.

-Sundar.

-----Original Message-----
From: majid nakit [mailto:[email protected]]
Sent: Sunday, April 04, 2004 10:36 PM
To: [email protected]
Subject: image, wait processing ??

Hi, I am trying to put this image :
http://scansite.mit.edu/pleasewait.html

in this code in a servlet :

// Write the wait page directly to the output stream
                out.println( "<html><head>" );
                out.println( "<title>Please Wait...</title>" );
                out.println( "<meta http-equiv=\"Refresh\"
content=\"0\"" );
                out.println( "</head><body>" );
                out.println( "<br><br><br>" );
                out.println( "<center><h1>Your records are being
accessed.<br>" );
                out.println( " <img border=\"1\"
src=\"grapher.gif\"> " );
                out.println( "Please wait.</h1></center>" );


BUT thepicture is not moving anymore, it's just a
static picture, could you please help me.
thanks

__________________________________
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway
http://promotions.yahoo.com/design_giveaway/

________________________________________________________________________
___
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.