Button 'sourceIndex' Example
<html> <body> <button onclick="alert(this.sourceIndex)">Source Index</button> </body> </html>