Sonu
|
| Posted: 02/13/2002, 10:02 PM |
|
Sir,
I am making a survey using CC. I have a proble.
I want to given lime limits to the user to fillup the form. The form submit autometically after 5 Minutes, if the user can't submit it before the time limit.
How can I do it.
|
|
|
 |
Alex Alexapolsky
|
| Posted: 02/14/2002, 2:41 AM |
|
Use javascript settimeout function and then trigger function that submits a form
|
|
|
 |
Sonu
|
| Posted: 02/15/2002, 11:28 PM |
|
Sir,
I have tried to get javascript, but could not get success.
There is another quiestion? Where to put this javascript code into CC.
Sonu
|
|
|
 |
AudiTT @ MCI
|
| Posted: 02/16/2002, 9:04 AM |
|
You can put the code in the footer of the form, and have it point to the submit comand of the document.form.... I think this will work.
|
|
|
 |
|