himanjim 0 Junior Poster in Training

Hi friends,
I have turned scrolling off in one of the frames of my webpage having id bottomFrame. But I want to turn scrolling on when a long web page opens in that frame using javascript.

parent.bottomFrame.style.scrolling="yes"( I hope the syntax is correct)
doesn't works.