<input type="button" id="btn_Button" onclick="alert(this.id)" value="Test" />
<input type="button" id="btn_Button" onclick="alert(this.value)" value="Test" />
<input type="button" id="btn_Button" onclick="alert(this.type)" value="Test" />
<input type="button" id="btn_Button" onclick="alert(this.outerHTML)" value="Test" />
<input type="button" id="btn_Button" onclick="alert(this.onclick)" value="Test" />