I created a NPAPI
plugin, but want to know which all methods in NPClass
gets invoked in the below mentioned javascript code for line2 .
Also I want to know the method to access array index in the plugin .
var tst = document.getElementById('test
');var name1 = tst[1];