- Basic Construction:
- I. Frame File <FRAMESET COLS="*.*"&lgt;...</FRAMESET&lgt;
- II. HTML FILE(s) (if map in the file, TARGET="..." is used. see Map Page for reference)
II.HTML Files Linked to the Frame
- Frame not be used so often due to some browsers not support frame feature
- Frame major funcation a pair of attributes:
FRAME NAME : "theright" - name of the frame assign by designer for indicating frame position/purpose
FRAME SRC : "content.htm" - html file filled in this frame
- Nest frame: Master/parent frame: open a frame file first.
- Subframe/child frame: the frame open after master/parent frame.
- how many frames you open you need to close each of them by using one set of of the tag:
- TARGET(in html file: table content file):
target to frame name where you want to a specific file appeared.
eg: Chpater 1
Please click for 2frames sample
HTML Commands:
Basic Formation
...
In ".htm":
Chpater 1
In ".map"
?Chpater 1
Advanced Formation
|