@ -28,10 +28,10 @@
Y: <input id="y" value="250" type="text"><br>
Title: <input id="title" value="200" type="text"><br>
Contents (HTML): <br>
<textarea id="contents" style="width: 300px; height: 180px;"><strong>ohai!</strong><br>
lol<hr>
<button>:3</button>
</textarea><br>
Width: <input id="w" value="400" type="text"><br>
Height: <input id="h" value="300" type="text"><br>
<button onclick="createWindow(parseInt($('#x').val()),parseInt($('#y').val()),$('#title').val(),$('#contents').val(),parseInt($('#w').val()),parseInt($('#h').val())).bringToForeground();">Make new window</button>