Hello everybody,
I have a problem with javascript.
Basically I have a frame that is split with this code:
<frameset rows="0,*">
<frame name="top" src="nothing.ht ml">
<frame name="center" src="page.html" >
</frameset>
What I need is the ability to redimension the frame with javascript !
If i load an "image.jpg" in top frame, the image isn't showed because the rows is 0.
So i need to change size from 0 to 100 dinamically, example:
top.document.ro ws = 400;
How Can I do it ?
Thank you so much,
m.
I have a problem with javascript.
Basically I have a frame that is split with this code:
<frameset rows="0,*">
<frame name="top" src="nothing.ht ml">
<frame name="center" src="page.html" >
</frameset>
What I need is the ability to redimension the frame with javascript !
If i load an "image.jpg" in top frame, the image isn't showed because the rows is 0.
So i need to change size from 0 to 100 dinamically, example:
top.document.ro ws = 400;
How Can I do it ?
Thank you so much,
m.
Comment