RetroZilla/layout/html/tests/frameset/core/maps.html
2015-10-20 23:03:22 -04:00

7 lines
237 B
HTML

<HTML>
<FRAMESET COLS="400,*" FRAMEBORDER=0 FRAMESPACING=0 BORDER=0>
<FRAME BORDER=0 SRC="bar.html" NAME="tmap" SCROLLING="auto" NORESIZE>
<FRAME BORDER=0 SRC="foo.html" NAME="bottom" SCROLLING="auto" NORESIZE>
</FRAMESET>
</HTML>