image, wait processing ??

2004-04-04 Thread majid nakit
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( "" ); out.println( "Please Wait..." ); out.println( "" ); out.p

Re: image, wait processing ??

2004-04-05 Thread João Paulo Vasconcellos
Try to take off this line: out.println( " 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( "" ); mn> out.println( "Please

Re: image, wait processing ??

2004-04-11 Thread vtr
try using the wait tag in the www.coldsuite.com works well. vtr ravi kumar - Original Message - From: "João Paulo Vasconcellos" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 05, 2004 6:32 PM Subject: Re: image, wait processing ?? >