473,387 Members | 1,574 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Changing Frame size in frameset

54
Hello folks,

I want to chnge the sze of frame in frmeset.
That is on click of a button from top menu i want to make the left bottom frme to occupy the full browser area except the top menu which is also a frameset
is it possible to change frame size by javascript?

Please provide me some solution its urgent
thanks alot in advance
Jan 25 '08 #1
4 8091
harshmaul
490 Expert 256MB
I have looked into this and its not possible.

you can try exploring the parent dom object (ie document.parent.*) however my advice to you is use divs and hide that using javascript.
Jan 28 '08 #2
sindhu
54
Thnks alot harsh
I got a silution. its using the line below in javascrpt


top.fs2.setAttribute('cols','100%,*');

fs2 is the name of frameset you want to change the size.
100% to occupy whole window.

Thanks Harsh for taking time and replying..........
Happy Time
Jan 30 '08 #3
How exactly you did it? I am looking for the exact solution!
Oct 12 '19 #4
gits
5,390 Expert Mod 4TB
you might have noticed that this thread is from 2008? so you probably wont't get an answer from the posters here - but to answer your question: the exact solution to the OP's problem obviously is right above your own question in post #3.
Oct 15 '19 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Olumide - | last post by:
How can javascript be used to get the size of a Frame in a document. Thanks - Olumide *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get...
2
by: pablo | last post by:
Dear NGers, I want to keep some images just left of some DIVs. But a change in text size leaves my images at the original position. Which event is generated by changing the text size from the...
1
by: Cantekin Guneser | last post by:
i have web application with frameset, i need to read querystring of a frame from other frame in the frameset thnks
5
by: Just D. | last post by:
How can we get the frame size or the windows size? What JAVA script should we use to get it in C# codebehind? Is it correct that we can use the jAVA script onload and onresize to get the current...
0
by: ABC | last post by:
How to make change one frame size (width) when I clicked a button on anothoer frame?
2
mrmiffo
by: mrmiffo | last post by:
Hi, I want to animate the change of a frames' size. Something like; for (i=0, i<250, i++) { var aValue = i + "px,*" parent.document.getElementById(whichFrameSet).cols = aValue; } What I do...
1
by: Surinder Singh | last post by:
Hi, what would be max stack frame size (of single frame) on Linux and Solaris/x86 of a running application stack? I am compiling c program with gcc on Suse 10 Linux kernel...
1
by: aqibkotwal | last post by:
My page is divided into three pages with the help of the tiles.The search page the result page and the third is sub result page.Now I want to auto adjust the frame size of the result page according...
4
by: maminx | last post by:
Hello..i have problem, hope someone can help me..i have this frameset below : <FRAMESET ROWS="55%" COLS="37%,63%"> <FRAME NAME="runningTrade" SRC="http://runningtrade.com" scrolling="no"> ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.