mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-13 11:10:13 +01:00
11 lines
193 B
HTML
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>
|