> 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 ....."

One word - YUK! Why not just set a timeout to be called in 10 seconds?

  setTimeout("myFunction()",10000);

would do the trick.

Loops in JS tie up the browser...

Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**********************************************************************
This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they 
are addressed. If you have received this email in error please notify 
the system manager.
**********************************************************************


------------------------------------------------------------------------------
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