English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
Die Attributname spezifiziert den Namen des <frame>-Elements. Das Attribut name wird verwendet, um auf Elemente in JavaScript zu verweisen oder als Ziel der Verknüpfung zu dienen. HTML5 The <frame> tag is not supported.
Name the frame as frame_name:
<frameset cols="50%,50%"> <frame src="frame_a.htm" name="frame_name"> <frame src="frame_b.htm"> </frameset>Test it out ‹/›
IEFirefoxOperaChromeSafari
All major browsers support the name attribute.
HTML5 The <frame> tag is not supported.
The name attribute specifies the name of the <frame> element.
The name attribute is used to refer to elements in JavaScript or as the target of links.
In XHTML, it is not recommended to use the name attribute of the <frame> tag and to remove it. Please use the id attribute instead.
<frame name="text">
value | description |
---|---|
text | Specify the name of the frame. |