Solution of auto submit form

Asked By 0 points N/A Posted on -
qa-featured

Anyone tell me the solution of auto submit form, when the form meets some condition like when user elapsed some amount of time i want to submit the form automatically. Please help me through this.

SHARE
Best Answer by Raun Nelson
Answered By 0 points N/A #151160

Solution of auto submit form

qa-featured

Hi

This technique is often use by banks and other sensitive authorities to expire session after certain time. You need to use thread that listen to that particular condition when i meets it should submit this form or expire the session. You can start thread while form is loaded and continuous listening till condition meets or submit by user.

Thank you

Best Answer
Best Answer
Answered By 0 points N/A #151161

Solution of auto submit form

qa-featured
Hi Devin,
You want to auto submit form because you want to get info. So you can get that data in many ways like from a database, from cookie files and you should make your coding like if user write data so data should be saved in database and when user elapsed some amount of time you can get that info from the database. Hopefully this information will help you.
 
Thanks,
Raun Nelson
 
 

Related Questions