473,385 Members | 2,162 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,385 software developers and data experts.

how to resize frames

Hello

How can I define the size of this whole window, i.e. to 600 * 800 pixels ?
Is there a script I can includre here?

<FRAMESET FRAMEBORDER=0 BORDER=0 FRAMESPACING=0 ROWS="130,*">
<FRAME SRC="head.html" NAME="head" SCROLLING=NO>
<FRAMESET FRAMEBORDER=0 BORDER=0 FRAMESPACING=0 COLS="205,*">
<FRAME SRC="menu.html" NAME="menu" NORESIZE>
<FRAME SRC="menu-exe.html" NAME="main">
</FRAMESET>

Thanks for your help

Roberto
Jul 20 '05 #1
1 1597
@SM
Roberto a ecrit :

Hello

How can I define the size of this whole window, i.e. to 600 * 800 pixels ?
Is there a script I can includre here?


No.
You have only to specify in pixels the
- height of head (here you can put an image < 800px width and right height)
- width of your menu
and
let in free-adjust the main frame (*)

<FRAMESET ROWS="50,50*" FRAMEBORDER=0 border=0><!-- height 1st frame 50 pixels -->
<FRAME SRC="head.html" NAME="head" NORESIZE SCROLLING=no>
<FRAMESET COLS="201,62*" FRAMEBORDER=0 border=0>
<FRAME SRC="menu.html" NAME="menu" NORESIZE><!-- width 201 pixels -->
<FRAME SRC="menu-exe.html" NAME="main"><!-- width free -->
</FRAMESET>
</FRAMESET>

all is ok what ever the size of screen is

--
******** (enlever/remove [OTER_MOI] du/from reply url) *******
Stéphane MORIAUX : mailto:st*********************@wanadoo.fr
Aide aux Pages Perso (images & couleurs, formulaire, CHP, JS)
http://perso.wanadoo.fr/stephane.moriaux/internet/
************************************************** ************
Jul 20 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Els | last post by:
Hi, i have the following script in the head of my document: <script language="Javascript"> <!-- // *********************************************** // AUTHOR: WWW.CGISCRIPT.NET, LLC // URL:...
1
by: yaron | last post by:
Hello is there a resize property or a similar property to a <DIV> tag or <TABLE> tag like there is for the <FRAME> tag thanks yaron
3
by: yaron | last post by:
Hello Is there a way I can use the resize property in a <div> or <table> tag like it used for <frame> tag thanks yaron
1
by: SAN CAZIANO | last post by:
how can i resize the column of a table and add both the scrollbar to it ?
4
by: xzzy | last post by:
VS 2003, code behind is C# Situation: 1. a webpage has 4 frames: TOP LEFT RIGHT BOTTOM
13
by: Giggle Girl | last post by:
Hi there, I am having a problem with the behavior of Firefox, where lefthand column content is not resized properly after it is "collapsed" and then "re-expanded". An online demo is available...
69
by: RC | last post by:
I know how to do this in JavaScript by window.open("newFile.html", "newTarget", "scrollbars=no,resizable=0,width=200,height=200"); The browser will open a new window size 200x200, not allow...
1
by: wanwan | last post by:
I couldn't figure out how to resize an animated gif without losing the animation. Please help
0
by: minhajuddin | last post by:
hi i have two frames in which first frame contain tree view and and one of the node in this tree view contain the text which lager than the frame size so it is showing the text like this (...
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: 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: 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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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.