<html> <head> <title>...</title> </head> <body> <input type="button" id="but" onClick="alert(this.id)" value="Click"> </body> </html>