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

11 lines
193 B
HTML

<HTML>
<BODY>
<button onClick="alert('cols('+top.fset.cols+'),rows('+top.fset.rows+')\n')">
Dump cols/rows
</button>
<button onClick="top.fset.cols='50%,*'">
Set cols
</button>
</BODY>
</HTML>