Try to take off this line:

out.println( "<meta http-equiv=\"Refresh\" content=\"0\"" );

or increase the time between each reload.


On Sunday 04 April 2004 16:35, majid nakit (mn ) wrote:
mn> Hi, I am trying to put this image :
mn> http://scansite.mit.edu/pleasewait.html
mn>
mn> in this code in a servlet :
mn>
mn> // Write the wait page directly to the output stream
mn>                 out.println( "<html><head>" );
mn>                 out.println( "<title>Please Wait...</title>" );
mn>                 out.println( "<meta http-equiv=\"Refresh\"
mn> content=\"0\"" );
mn>                 out.println( "</head><body>" );
mn>                 out.println( "<br><br><br>" );
mn>                 out.println( "<center><h1>Your records are being
mn> accessed.<br>" );
mn>                 out.println( " <img border=\"1\"
mn> src=\"grapher.gif\"> " );
mn>                 out.println( "Please wait.</h1></center>" );
mn>
mn>
mn> BUT thepicture is not moving anymore, it's just a
mn> static picture, could you please help me.
mn> thanks
mn>
mn> __________________________________
mn> Do you Yahoo!?
mn> Yahoo! Small Business $15K Web Design Giveaway
mn> http://promotions.yahoo.com/design_giveaway/
mn>
mn>
 ===========================================================================
 mn> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
 JSP-INTEREST". mn> For digest: mailto [EMAIL PROTECTED] with body: "set
 JSP-INTEREST DIGEST". mn>
mn> Some relevant archives, FAQs and Forums on JSPs can be found at:
mn>
mn>  http://java.sun.com/products/jsp
mn>  http://archives.java.sun.com/jsp-interest.html
mn>  http://forums.java.sun.com
mn>  http://www.jspinsider.com
mn>
mn>

-- 
Joćo Paulo Vasconcellos
Programador - Ability
www.ability.com.br
Tel.: 21 3852-9008
Cel.: 21 8747-9218

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

Reply via email to