[Home]  [Edit this page]  [Recent Changes]  [Special Pages]  [Help
HTMLSPEC-FRAME

Frame

Usage

Used to specify a web document to be rendered in a frame cell division.

Attributes

src="URL"


Specifies the URL of the web document to be placed inside the current frame cell.

name=""


Declares a name for the current frame cell so <a>, <base>, <area>, and <form> can use their target="" attribute to render documents in the cell.

frameborder="#"


Specifies whether frame cells will have borders; 1 (default) representing show borders; 0 no borders; also overrides <frameset> info.

marginwidth="#"


Specifies left and right margins of the cell represented by #.

marginheight="#"


Specifies top and bottom margins of the cell represented by #.

scrolling=""


Specifies whether scroll bars will be displayed if needed; "yes" represents use scroll bars, "no" represents no scroll bars.

noresize


Disables visitor ability to resize frame regions.

Live Example

<html>
<head><title>Frame Document Example</title></head>
<body>
<frameset cols="20%, *">
<frame src="frame1.htm" name="contents" noresize>
<frame src="frame2.htm" name="pageinfo" noresize>
</frameset>
</body>
</html> 


HTML Tags Center

last edited (April 12, 2004) by leeos, Number of views: 1384, Current Rev: 5 (Diff)

[Edit this page]  [Page history]  [What links here]  [Discuss this topic]  [Printer Friendly]  

Members

Username:

Password:


Register
Forgot Password?




Programmers Heaven - for .NET, Java, C/C++ and WEB Developers!
© 1996-2008 Community Networks Ltd. All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited. Violators of this policy may be subject to legal action. Please read Terms Of Use and Privacy Statement for more information. Development by Tore Nestenius at .NET Consultant - Synchron Data.