RetroZilla/layout/html/tests/frameset/core/maps.html

7 lines
237 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<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>