ejanakieff
Programmer
I have an html page that contains two frames:
<frameset border="0" frameSpacing="0" rows="310,*" frameBorder="0">
<frame name="F1" src="page1.html" frameBorder="NO" scrolling="NO">
<frame name="F2" src="page2.html" frameBorder="NO" scrolling="NO">
</frameset>
I need to change with javascript the scrolling property of one of the frames. I need to put this property to "yes" if the resolution of the client monitor is 800x600. I know how to get the resolution of the client, but i can't change the value of the scrolling property of the second frame.
Thanks,
Eva Janakieff
<frameset border="0" frameSpacing="0" rows="310,*" frameBorder="0">
<frame name="F1" src="page1.html" frameBorder="NO" scrolling="NO">
<frame name="F2" src="page2.html" frameBorder="NO" scrolling="NO">
</frameset>
I need to change with javascript the scrolling property of one of the frames. I need to put this property to "yes" if the resolution of the client monitor is 800x600. I know how to get the resolution of the client, but i can't change the value of the scrolling property of the second frame.
Thanks,
Eva Janakieff