iframe with no scroll code example
Example 1: iframe no scroll
<iframe src="otherpage.html" scrolling="no" style="overflow:hidden;"></iframe>
Example 2: iframe no scroll
<iframe scrolling="no"></iframe>
<iframe src="otherpage.html" scrolling="no" style="overflow:hidden;"></iframe>
<iframe scrolling="no"></iframe>