开发者

Open an URL in a web browser and refresh it continuously from C# app

开发者 https://www.devze.com 2022-12-22 08:08 出处:网络
How can I deve开发者_如何学Pythonlop a C# application to open a page in a web browser, given the URL, and refresh it continuously (always the same URL).Make a javascript function that polls the url (e

How can I deve开发者_如何学Pythonlop a C# application to open a page in a web browser, given the URL, and refresh it continuously (always the same URL).


Make a javascript function that polls the url (e.g. via window.setTimeout()). (Either using AJAX for partially updating the content, or setting window.location.href, etc..)

0

精彩评论

暂无评论...
验证码 换一张
取 消