0
我們在運行天氣圖的辦公室中有一個屏幕。地圖在iframe中運行,並設置爲每小時刷新一次。這是代碼;iframe鍵盤按鈕按下頁面加載
<!DOCTYPE html>
<head>
<title>VentuSky Barco Display</title>
<link rel="icon" type="image/png" href="favicon.ico">
<meta http-equiv="refresh" content="3600">
</head>
<iframe src="https://www.ventusky.com/?p=53.2;-9.7;4&l=rain-1h" style="position:fixed;top:0px;left:0px;bottom:0px;right:0px;width:100%;height:100%;border:none;margin:0;padding:0;overflow:hidden;z-index:999999"></iframe>
在VentuSky映射在iframe坐鎮,如果用戶按下鍵盤上的「P」,它隱藏所有的菜單,只是顯示在地圖(或「演示模式」,正如VentuSky所稱的那樣)。
有沒有什麼辦法讓瀏覽器在每小時刷新一次時自動執行此操作?
你試過我的解決方案嗎?它有用嗎? – Dmitry