mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|