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: 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