Scrolling defaults to yes and places scroll bars to the right and bottom of the frame window. Scrolling set to auto will only display a scroll bar if needed, the preferred result. Scrolling set to no will not allow the user to scroll through the frame area, even if they can’t see the entire frame.

The NORESIZE option freezes the frame so that the viewer can’t resize the frame. For example the frame to the left has been set to NORESIZE, while the frame above may be resized as desired.

<FRAME SRC="A.html" SCROLLING="auto" NORESIZE>

NEXT...