  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Struts - A MVC web framework | | Tomcat - JSP/Servlet container | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | | JSP - A mailing list about Java Server Pages specification and reference | |
Struts & Hibernate
|
|
|
  | | | image, wait processing ?? | image, wait processing ?? 2004-04-04 - By Majid Nakit
Back 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 listserv@(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
|
|
 |