Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <style type="text/css">
- body
- {
- margin: 0;
- padding: 0;
- padding-top: 10px;
- text-align: center;
- position: fixed;
- top: 50%;
- left: 50%;
- margin-top: -140px;
- margin-left: -200px;
- }
- {
- width: 400px;
- position: fixed;
- top: 50%;
- left: 50%;
- margin-top: -140px;
- margin-left: -200px;
- text-align: left;
- border: 0px;
- padding: 0;
- margin; 0 auto;
- }res
- </style>
- </head>
- <body>
- <body background ="DwarfFortressMap5.png">
- <div id="centered">
- <script>
- var hideChat = "false";
- </script>
- <input type="checkbox" id="hideChat " defaultValue>
- <input type="text" id="textboxa" onkeydown="javascript:if (event.which || event.keyCode){if ((event.which == 13) || (event.keyCode == 13)) {document.getElementById('Connect').click();}}; "name="FirstName" placeholder="Nickname" autofocus>
- <input id="Connect" type="button" value="Connect" onclick="doSomethingWithTextBox();" if(document.getElementById('hideChat').checked) { hideChat = "true"; } />
- <script>
- function doSomethingWithTextBox() {
- var textBox = document.getElementById('textboxa').value; var a = "http://95.96.39.104:8080/webventure.html?nick=" + textBox + "&hide-Chat=" + hideChat; window.location.href = a;
- }
- </script>
- <br>
- <br>
- <br>
- <font color="#D3D3D3">
- <fieldset style="float: left; width: 280px; background-color:grey;"><b>Note: All servers use the same chatroom.<br><br> <a href="http://www.bay12forums.com/smf/index.php?topic=144956.msg5749413#msg5749413" target="_blank">Bay12 Forum Server List</a> </fieldset>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement