<frameset rows="*" cols="120,705,*" frameborder="0" border="0" framespacing="0"> opening of the frameset tag <frame name="leftFrame" scrolling="no" noresize src="framelinks.html"> this is the lef side of the frame (framelinks.html) <frameset rows="140,569,*" frameborder="0" border="0" framespacing="0" > opening 2nd frmeset tag <frame name="topFrame" height=30 noresize scrolling="no" framespacing="0" src="framelogo.html"> this is the topFrame where (framelogo.html) <frame name="mainFrame" src="framebody.html" noresize> this is the mainFrame where (bodyframe.html) is </frameset> closing of the 2nd frameset tag </frameset> closing of the frameset tag <noframes><body bgcolor="#FFFFFF"> </body></noframes> |