FOR ADDING A FRAME
The <frame> tag defines one particular window (frame) within a frameset. In the example below we have a frameset with two columns. The first column is set to 25% of the width of the browser window. The second column is set to 75% of the width of the browser window. The document "frame_a.htm" is put into the first column, and the document "frame_b.htm" is put into the second column:
FRAME SIZE - <frameset cols="25%,75%">
FRAME 1 - <frame src="frame_a.htm" />
FRAME 2 - <frame src="frame_b.htm" />
END FRAME - </frameset>
Powered by: Prince Pogzit