Hello Dave. I understand why you feel this may not be a Struts issue.
However, the form I'm using in this JSP is a Struts form not an HTML form.

As for Google search results I have gone through half of the trillion search
results you are referring to and have not found a solution, yet. If you have
a link that addresses my problem, specifically please, I'd like to see that.
Please don't post a link for a file upload screen or some such. Perhaps you
misread my post or did not read it completely. I'm not asking how to do this
at this particular time. I'm asking about 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 seem to resolve.
> 
> Not really a Struts issue, though.
> 
>> function splashScreen() {
>>      document.write("...");
>>      document.forms[0].submit();
>>      return true;
>> }
>> 
>> However the problem is that after the document write is
>> executed the processing stops.
> 
> I'm not sure what the browser if it got a document.write() after the page
> has been rendered--as you've discovered the browser isn't sure what to do
> either.
> 
> It's reasonable to conclude that this is an inappropriate way to change
> DOM content after the page has been rendered. A web search will turn up
> about a hundred trillion hits for a variety of ways to do what you're
> trying to do.
> 
> Dave
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Displaying-%22Please-Wait%22-message-tp20925275p20926351.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to