Re: WO/HTML trick to check if page loaded completely?
Re: WO/HTML trick to check if page loaded completely?
- Subject: Re: WO/HTML trick to check if page loaded completely?
- From: John Boynton <email@hidden>
- Date: Mon, 08 Sep 2003 12:30:59 -0600
How about using a <BODY> onload handler to set a hidden field in the
form that's being submitted? If your hidden field has the correct value
when submitted, the page has been loaded.
John
Robert A. Decker wrote:
Has anyone come up with a way to see if a page has loaded completely
before a user clicks on a submit button? We're seeing something come up
every now and then where some form elements are losing their values. I've
been somewhat successful replicating it by clicking on a submit button
before the entier page comes down.
Anyway to confirm if the page is downloaded before the user clicked a
button? I'd like to put some debugging code in.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.