This code made the button:
<form method="POST">
<input type=reset value="Button">
</form>
If you want the button to show a obrolan box after being clicked, edit the code to this:
<form method="POST">
<input type=reset value="Alert" OnClick="alert( This is an alert! )">
</form>
That results in: