Or, your onLoad event could initialize a variable that your onSubmit code
checks for.  If the variable isn't defined, then the onSubmit would return
False, and the form would just sit there.  Once the onLoad fires, then
onSubmit returns True and the form can go its merry way.

Dan

-----Original Message-----
From: Billy Cravens [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 13, 2000 7:49 AM
To: [EMAIL PROTECTED]
Subject: Re: Form Loading


You could write a JavaScript function that runs through a long loop,
say, 10000 ms, and put on onSubmit action on the form.  Not elegant, but
it could work.  You could even put some sort of a nifty message at the
top: "Form initializing ....."

-- 
Billy Cravens
[EMAIL PROTECTED]


"Russell, Bonnie" wrote:
> 
> How do you force a form to completely load before letting the user press
the
> submit button?  I haven't found much in my documentation yet and the
Allaire
> search isn't working :\
> 
> Thanks
> Bonnie
> [EMAIL PROTECTED]
>
----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to