<html> <body> <button onclick="alert(this.attributes.getNamedItem('onclick').value);"> Get named item</button> </body> </html>