To all those complaining you can't the address input isn't clickable, it's not
supposed to be clickable:
<div id="inputdiv">
<input id="btcinput" type="text" placeholder="Insert your bitcoin address.." size="34" value="" disabled="disabled">
<br>
<input id="send_btn" class="btn" type="button" onclick="send_send()" value="send" disabled="disabled">
<input id="hiddenhelper" class="hidden">
</div>
Removing disabled from both btcinput and send_btn causes it to... still not do anything. Absolutely nothing happens when you input an address and click send. I really don't understand how it's supposed to work, when the relevant inputs are disabled in the HTML source, and still don't do anything when they are enabled.
EDIT: On closer inspection, it
does do something when the inputs are enabled: it produces this in my error log:
GET http://www.fiveminutecoin.com/SendBTC.jsp?crypt=&btc=16ckuMmM53Mazo8sm7HShGARvzKDWWmhVt 500 Internal Server Error 633msp
I am not impressed so far.