Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i m working on a web application on visual studio 2010 framework 3.5. this application has five forms in individual pages.To fill the form user need to create a project and there he sets time minimum 20 minute ahead of current date and time. Time is in Utc Format. if in 20 minutes, applicant is not able to fill all the forms, then since last 4 minute applicant should be acknowledged with remaining time using a popup, if he wish he can set time by click on ok script and will be redirected to the page, if applicant does not set the time then in last 30 seconds page should automatically be redirected to the page where time set option is available.

What I have tried:

check what forms are remaining to complete.

compare the set time with current date and time
but i m stuck to raise the alert message and redirect to the very first page.
please help me
Posted
Updated 15-Feb-16 23:03pm
v2
Comments
F-ES Sitecore 16-Feb-16 5:22am    
Use the setTimeout function to trigger js events after a set time

http://www.w3schools.com/js/js_timing.asp

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900