954,176 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Dynamically changing the frameset size

Hey,
I'm new to Javascript and I have a frameset and I need to dynamically change the Sizes of each frame.

How to I do that??

This is my frameset definition::

if you notice the 2 nd Frameset...i have 73% and 27% ..I need to change these values based on various screen resolution...

Letscode
Junior Poster
175 posts since Feb 2005
Reputation Points: 11
Solved Threads: 6
 

Anybody?I'm still struck with this problem

Letscode
Junior Poster
175 posts since Feb 2005
Reputation Points: 11
Solved Threads: 6
 
Anybody?I'm still struck with this problem

you can find the solution on this link http://www.siteexperts.com/tips/elements/ts11/page1.asp


Bye happy coding
Yusuf

Yusuf Shabbir
Newbie Poster
1 post since Apr 2006
Reputation Points: 10
Solved Threads: 0
 

If u r using jsp page means v can easily changing the frame size at runtime.

<%!
int size=100;
%>
<frameset border="0" rows="<%size%>,230">
        <frame src="JSP_1.jsp" name="FRAME_NAME_1">
            <frame src="JSP_2.jsp" name="FRAME_NAME_2">
            </frameset>
    </frameset>


If u change the value of"size" that frame size will b change.

parith
Newbie Poster
1 post since Dec 2010
Reputation Points: 7
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You