User Tools

Site Tools


Sidebar

en:objects:frame

frame

The object is used to manage frames on the current page (the FRAME tag)



Sample HTML code:
<frame src="" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" title="leftFrame":>

Description
the FRAME tag defines the properties of the individual frame that the browser window is divided into. This element must be located in the frameset container, which also defines how the page is divided into separate areas.Each of these areas loads a separate web page defined using the attribute src.

although the frame tag does not have any required attributes, we recommend That each frame be named using the name attribute. This is especially important if you need to use a link from one frame to upload a document to another.

Learn more about the FRAME tag (source)



basic functionality
Body work frame



body Work frame


get_body_by_number – get the body frame by its number.
set_body_by_number – set the frame body by its number

en/objects/frame.txt · Last modified: 2020/10/06 17:46 (external edit)