<section class="double port_scan_box">
<div>
<h2>Server Port Test</h2>
<p><input type="submit" value="Scan Ports" id="server_scan">
</div>
<div>
<h2>Game Port Test</h2>
<p><input type="submit" value="Scan Ports" id="game_scan">
</div>
</section>
<section class="port_scan_box">
<h2>Custom Port Test</h2>
<p style="border: solid 2px yellow; width: 500px; margin: auto;">In IE9 and IE10, if you type a number into the field below and hit return/enter, you get redirected to the Server Port Test page, as if you had clicked the Scan Ports button on the top left!
<p>In all other browsers, javascript turns the box below green, and no redirection takes place
<p>Port Number: <input id="single_port" type="text" name="id" size="5" maxlength="5" class="input_class" autocomplete="off"> <input type="submit" value="Scan Port" id="single_scan">
<div id="scan_results" class="scan_closed">Enter a port number above to scan</div>
</section>