我用 javascript 实现了一个计时器,但是如果 javascript 被禁用怎么办?
我在我的网页中使用了一个用 JavaScript 实现的计时器。但如果 JavaScript 被禁用怎么办?它会消除网页的时间限制吗?如果是这种情况我该怎么办?
I have used a timer in my webpage implemented in JavaScript. but what if JavaScript is disabled? Will it remove the time constraint from the webpage? If that may be the case what should I do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这取决于您想要执行的操作,但您可以使用元刷新标记 在给定的时间间隔后将用户重定向到另一个页面(或同一页面)。
这可能会对用户体验造成严重破坏。
It depends on what you are trying to do, but you can use a meta refresh tag to redirect the user to another page (or the same page) after a given time interval.
This will potentially be horribly disruptive to the user experience.