- Description
- Tag <FRAME> defines characteristics of certain frame the browser window is divided into.
This element must be located in the package <FRAMESET>, which also defines the way of marking of the page to certain areas. The independent web page is downloaded to each of such areas, which is defined with the help of src parameter.
-
- Parametrs
- Bordercolor the colour of the bound line
- Frameborder whether to image the frame around the text or not.
- Name defines unique name of a file
- Noresize defines if the user can change the size of a frame
- Scrolling the way of displaying the scroll bar in the frame
- Src way to the file which is aimed for downloading in the frame
- Closing Tag
- Is not optional
-
The Description of Tag <FRAME> Parameters
- BORDERCOLOR Parameter
- Description
- If the form of the bounds is defined in tag <FRAMESET>, their colour can by changed with the help of bordercolor parameter of tag “FRAME”. Browsers, as a rule, image the bound colour in different ways.
- Arguments
- The colour value can be defined in two ways.
- 1. By its title.
- Browsers support some colours by their titles.
- 2. By hexadecimal value.
- The numbers in the hexadecimal code are used for defining the colours. Hexadecimal system is based on the number 16. The numbers will be the following: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F. The numbers from 10 to 15 are substituted for Latin letters. The numbers more than 15 in hexadecimal system are formed by addition two numbers to one.
- Default value
- No
- Analogue CSS
- border
- FRAMEBORDER Parameters
- Description
- Defines whether to display the border between frames or not. Opera browser displays the thin line in case the parameter framespacing="0" is not determined in the tag <FRAMESET>. This parameter disables the action of any frameborder attribute of the tag <FRAMESET>.
- Arguments
- It is allowed to use values from 1 for displaying the bounds or 0 for its hiding.
- Default value
- No
- NAME Parameter
- Description
- The scheme of the document download differs from the standard one when using the frames. The main difference is a possibility to download the document to the selected frame from the other one. Target parameter of tag <a> is used for this. A name of a frame, the document will be downloaded to, is defined as a value
- Arguments
- The number of symbols including numbers and letters is used as a value. .
- Default value
- No.
- NORESIZE Parameter
- Description
- The user can change size of a frame by means of mouse cursor. Adding of noresize parameter
disables this feature, and the user can’t change size of a frame by himself.
- Parameters
- Arguments
- There are no values in this parameter.
- Default value
- Size of frames can be changed by default.
- SCROLLING Parameter
- Description
- Is used to control the scroll bar.
- Arguments
- Auto scroll bars are added by browser only in case the content of the frame is larger than its visual part.
- No disables the displaying of scroll bars
- Yes activates the displaying of scroll bars
- Default value
- Auto
- SRC Parameter
- Description
- Indicates an address of a file (URL), which will be downloaded to the frame.
- Arguments
- Full or relative way to the file is accepted as a value.
- Default value
- No
- PHP contact form
- PHP form
- Form creator
- CSS forms


