<FRAMESET ...><FRAMESET ...>BORDERCOLOR =color expression
BORDERCOLOR
| this code | produces this |
<FRAMESET ROWS="50%,*" BORDERCOLOR=RED> <FRAME SRC="fsbctitle.html"> <FRAME SRC="fsbcmain.html"> <NOFRAMES>NOFRAMES stuff </NOFRAMES> </FRAMESET> |
this page |
there is no defined behaviour if you use BORDERCOLOR<FRAMESET ...><FRAME ...><FRAMESET BORDERCOLOR="..."><FRAME BORDERCOLOR="...">
| this code | produces this |
<FRAMESET ROWS="*,*,50%,*,*" BORDERCOLOR=YELLOW> <FRAME SRC="fsbcex1.html"> <FRAME SRC="fsbcex2.html"> <FRAME SRC="fsbcexmain.html" BORDERCOLOR=RED> <FRAME SRC="fsbcex3.html"> <FRAME SRC="fsbcex4.html"> <NOFRAMES>NOFRAMES stuff </NOFRAMES> </FRAMESET> |
this page |
<FRAME ...>