Re: [OT] Re: Displaying "Please Wait" message

2008-12-09 Thread RudyG
Huge thanks to everyone for their replies and help. I think I finally figured out the problem with all of your help. Here's what I think it was. Frank the line after the document.write is definitely reached, as I tried several different ways to do the submit(). One was by passing the form object

Re: Displaying "Please Wait" message

2008-12-09 Thread RudyG
EasyStrutser wrote: > > > RudyG wrote: >> >> Hello. >> >> I have an odd problem that I can't seem to resolve. I use struts along >> with JSP to call Java Servlets on the back end. Some back end calls take >> a little while when used by the WEB users so I&#

Re: [OT] Re: Displaying "Please Wait" message

2008-12-09 Thread RudyG
t a specific problem I am having. This same logic works with a basic HTML form, yet does not with a Struts form. This is the essence of the problem. Thanks for your help anyway. Rudy newton.dave wrote: > > --- On Tue, 12/9/08, RudyG wrote: >> I have an odd problem that I can't

Displaying "Please Wait" message

2008-12-09 Thread RudyG
Hello. I have an odd problem that I can't seem to resolve. I use struts along with JSP to call Java Servlets on the back end. Some back end calls take a little while when used by the WEB users so I've been asked to put up a message that tells the users to "Please Wait" so that they don't press th