Advertisement
Dragoon209

Landing

Nov 13th, 2014
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.70 KB | None | 0 0
  1. <html>
  2.     <head>
  3.     <style type="text/css">
  4.     body
  5.     {
  6.      margin: 0;
  7.      padding: 0;
  8.     padding-top: 10px;
  9.     text-align: center;
  10.     position: fixed;
  11.      top: 50%;
  12.      left: 50%;
  13.      margin-top: -140px;
  14.      margin-left: -200px;
  15.     }
  16.     {
  17.      width: 400px;
  18.      position: fixed;
  19.      top: 50%;
  20.      left: 50%;
  21.      margin-top: -140px;
  22.      margin-left: -200px;
  23.      text-align: left;
  24.      border: 0px;
  25.      padding: 0;
  26.     margin; 0 auto;
  27.     }res
  28.     </style>
  29.     </head>
  30.     <body>
  31.     <body background ="DwarfFortressMap5.png">
  32.     <div id="centered">
  33. <script>
  34. var hideChat = "false";
  35. </script>
  36.  
  37. <input type="checkbox" id="hideChat " defaultValue>
  38.  
  39. <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>  
  40.  
  41. <input id="Connect" type="button" value="Connect" onclick="doSomethingWithTextBox();" if(document.getElementById('hideChat').checked) { hideChat = "true"; } />  
  42.  
  43. <script>  
  44. function doSomethingWithTextBox() {  
  45.     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;  
  46.     }  
  47. </script>
  48.     <br>
  49.     <br>
  50.     <br>
  51.     <font color="#D3D3D3">
  52.     <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>
  53.     </div>
  54.      
  55.     </body>
  56. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement