|
|
| The htmlFrame and htmlFrameSet classes are used to create frames and framesets in documents.
|
|
|
| A frame is a window winthin another window, used for displaying a different document. The main browser window can contain multiple frames, each one displaying a distinct URL.
|
|
|
| You can control whether a frame has a border or margins, and whether it can be resized or scrolled by the user.
|
|
|
| A frame references another document URL instead of containing HTML content on it's own. Therefore, htmlFrame objects cannot contain other html++ objects. htmlFrame objects are added to htmlFrameSet objects.
|
|
|
| |