posted 15 years ago
I agree with Eric. Well, agree may not be correct, as in, he's right, you're not going to submit that form unless you use javascript.
He's got the correct way to think about it as well. You're not refreshing the page on timeout, you're submitting the form on timeout.
You can provide a message for the noscript users letting them know that the page will not refresh and that they will need to click submit in order to submit the form.
The other users won't be impacted at all this way.
- andy c
"Pseudo code first. If you can pseudo code accurately, when you start writing code, you're just applying syntax to the pseudo code. It separates the two most complicated pieces of programming into manageable bites. You create your app's workflow without worrying about syntax. Then you code without worrying about your app's workflow."