Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

BBS: Frame load timing problem - September 24, 1998 at 09:53:41

You are here: irt.org | BBS | Frame load timing problem [This BBS is closed]

Posted by Bruce Arbuckle on September 24, 1998 at 09:53:41:

I have a page on which a user selects an item - database table name.
When the submit button is clicked, two frames are loaded via a
function that does document.mainform.submit ();
document.recordFrame.submit ();
Both of these frames have forms that inturn have actions that invoke
a servlet (different servlet for each action). The timing requires that
the mainform *complete* processing before the recordFrame begin
because mainform places data in the session object. The data
in the session object (actually an object with methods) is then
accessed by the servlet associated with recordframe.
Based on the server load, the mainform servlet may not complete
is processing before the servlet for recordframe is actiavted.
Both servlets supply the HTML for their respective frame/page.
Is there a way to use onLoad to make or cause the dynamic html
from mainform to actiavte the recordframe? Or some other method
to assure that the servlets are executed sync instead of asyns?

Thganks
Follow-ups:

You are here: irt.org | BBS | Frame load timing problem [This BBS is closed]

©2018 Martin Webb