mad_a
08-08-2002, 02:38 PM
Hi,
I am trying to add scrollbars to a frame in an open window.
What I have is a frameset. One of the frames initially has scrolling set to "no". I want to be able to change this to "auto" from a js function.
I have tried
parent.document.all.GraphicContent.scrolling='auto';
and this works in IE5, but not on IE5.5
Is there any other way of coding this? or is there some reason why it might not work on IE5.5?
thanks a lot!
I am trying to add scrollbars to a frame in an open window.
What I have is a frameset. One of the frames initially has scrolling set to "no". I want to be able to change this to "auto" from a js function.
I have tried
parent.document.all.GraphicContent.scrolling='auto';
and this works in IE5, but not on IE5.5
Is there any other way of coding this? or is there some reason why it might not work on IE5.5?
thanks a lot!