Hello,

I have a frameset with multiple frames and I have included in the main page
with all the other frames the following html to prevent scrollbars from
appearing:

<frame src="mainl.html" name="main" scrolling="NO" noresize>

This works great unless the page is reloaded (in IE) in which case there are
scrollbars all over the place. Don't know what to do about this except hope
nobody refreshes the page.

What I am having real trouble with is the following:

I have a .swf file which functions as a menu in one frame and when one of the
selections is clicked, a corresponding page is loaded in a different frame.
This works great except there are scrollbars left and right, despite my
including the scrollbar=no in the body tag. Anyone know how I can prevent
scrollbars from appearing in a frame where a new page is loaded? Do I need to
use some script in the frameset for other pages that appear in the frames
beyond those that are intitially loaded? Any help would be appreciated.
Thanks,

Llyfre