Hi,
How to find the array index value using javascript?
I have sql report region,i used apex_item, i want to find the array index value of a field in each row.
i tried to display index value of current record.i.e if im in first record when i execute below code i want to display value *0* for second record display *1* ,but below code not display the value.
var x=document.getElementsByName("f01");
var index = array.indexOf("x");
Thanks ...