Mega Code Archive

 
Categories / JavaScript Reference / Javascript Properties
 

SourceIndex Example

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