<Frameset rows="50%,50%">
<Frame src="frame1src.html" scrolling="yes">
<Frame src="frame2src.html" scrolling="no">
<Frame src="frame2src.html" scrolling="auto">
</Frameset>
For the first window scrollbar will appear and for second no scrollbar will appear. For the third it will appear if required.
Author & Instructor at plus2net
I write and maintain practical tutorials on Python, PHP, SQL, JavaScript, HTML, jQuery, and web development at plus2net. The tutorials focus on clear explanations, working examples, and code that readers can test and adapt while learning.