自动刷新工具/网页
我有一个基于网络的工具/软件。它将有条目。要了解当前状态,我们需要单击工具中的“刷新”按钮。频繁点击按钮是非常困难的。
所以我想到了一个exe文件,它会自动运行并刷新上述工具,这样就克服了手动刷新工具的困难。
你能帮忙做这件事吗?这可以使用 JavaScript 来完成吗?
I have a tool/software which is web-based. It will have entries. To get to know the current status we need to click over "refresh" button in the tool. It's very difficult to click the button frequently.
So I thought of have an exe file which will run and refresh the above said tool automatically, so it will overcome the difficulty in refreshing the tool manually.
can you please help in out in doing this? Can this be done using javascript?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用浏览器插件每 5 分钟刷新一次页面。
例如,Firefox 的“重新加载每个”
You can use a browser plugins to refresh page every 5 mins.
"Reload Every" for Firefox, for example