class HTMLFrameElement

Create a frame. More...

Full nameDOM::HTMLFrameElement
Definition#include <html_base.h>
InheritsDOM::HTMLElement
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Methods


Detailed Description

Create a frame. See the <a href="http://www.w3.org/TR/REC-html40/present/frames.html#edef-FRAME"> FRAME element definition </a> in HTML 4.0.

DOMString  frameBorder ()

[const]

Request frame borders. See the <a href="http://www.w3.org/TR/REC-html40/present/frames.html#adef-frameborder"> frameborder attribute definition </a> in HTML 4.0.

void  setFrameBorder ( const DOMString & )

see frameBorder

DOMString  longDesc ()

[const]

URI designating a long description of this image or frame. See the <a href="http://www.w3.org/TR/REC-html40/present/frames.html#adef-longdesc-FRAME"> longdesc attribute definition </a> in HTML 4.0.

void  setLongDesc ( const DOMString & )

see longDesc

DOMString  marginHeight ()

[const]

Frame margin height, in pixels. See the <a href="http://www.w3.org/TR/REC-html40/present/frames.html#adef-marginheight"> marginheight attribute definition </a> in HTML 4.0.

void  setMarginHeight ( const DOMString & )

see marginHeight

DOMString  marginWidth ()

[const]

Frame margin width, in pixels. See the <a href="http://www.w3.org/TR/REC-html40/present/frames.html#adef-marginwidth"> marginwidth attribute definition </a> in HTML 4.0.

void  setMarginWidth ( const DOMString & )

see marginWidth

DOMString  name ()

[const]

The frame name (object of the <code> target </code> attribute). See the <a href="http://www.w3.org/TR/REC-html40/present/frames.html#adef-name-FRAME"> name attribute definition </a> in HTML 4.0.

void  setName ( const DOMString & )

see name

bool  noResize ()

[const]

When true, forbid user from resizing frame. See the <a href="http://www.w3.org/TR/REC-html40/present/frames.html#adef-noresize"> noresize attribute definition </a> in HTML 4.0.

void  setNoResize ( bool )

see noResize

DOMString  scrolling ()

[const]

Specify whether or not the frame should have scrollbars. See the <a href="http://www.w3.org/TR/REC-html40/present/frames.html#adef-scrolling"> scrolling attribute definition </a> in HTML 4.0.

void  setScrolling ( const DOMString & )

see scrolling

DOMString  src ()

[const]

A URI designating the initial frame contents. See the <a href="http://www.w3.org/TR/REC-html40/present/frames.html#adef-src-FRAME"> src attribute definition </a> in HTML 4.0.

void  setSrc ( const DOMString & )

see src


Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 05:55:52 2001, using kdoc 2.0a35.