Merhabalar iframe nasıl yenilenir arkadaşlar bilen birileri varsa yardımcı olabilir mi? Forumda bulamadım ve internette araştırdığım kadarıyla da sonuca erişemedim.
Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
<head>
<script>
function *******IFrame() {
var x = ********.getElementById("iframeyenile");
x.contentWindow.********.reload();
var t = setTimeout(*******IFrame, 3000); // Her 3,saniyede
}
</script>
</head>
<body onload="*******IFrame()">...
<iframe id="iframeyenile" src="NEREYE GİDEYİM" ></iframe>...
</body>