Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<iframe ID="mainFrame" src="" width="100%" height="100%" scrolling="yes" frameborder=0 align="right" marginwidth="0" marginheight="0"></iframe>
<html>
<iframe ID="mainFrame" src="" width="100%" height="100%" scrolling="yes" frameborder=0 align="right"
marginwidth="0" marginheight="0"></iframe>
</html>
<script>
document.getElementById("mainFrame").setAttribute("scrolling","no")
alert(document.getElementById("mainFrame").getAttribute("scrolling"))
</script>
<html>
<body>
<span onclick="achoo();">NoScrollBar</span>
<iframe ID="mainFrame1" src="x.htm" width="100%" height="40%" scrolling="no" frameborder=0 align="right"
marginwidth="0" marginheight="0"
style="border: 0; overflow: hidden; scrollbar-base-color: blue; scrollbar:no; " >
</iframe>
<script>
function achoo() {
document.frames("mainFrame1").document.body.style.overflow="hidden";
}
</script>