Mega Code Archive

 
Categories / JavaScript DHTML / Form Control
 

Button sourceIndex Example

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