Hi,
I have a javascript function that works just fine in IE but it doesn't work in Firefox.
In fact it´s only a part of the function that doesn't work, this line to be more precise:
-> grid.rows(rowCount).cells(0).innerText
I am trying to get the value of each row at cell(0) from a GridView control:
(var grid = document.getElementById("<%=GridView1.ClientId%>")
As I said this works perfectly in IE..
Help please!!
Thanks.
I have a javascript function that works just fine in IE but it doesn't work in Firefox.
In fact it´s only a part of the function that doesn't work, this line to be more precise:
-> grid.rows(rowCount).cells(0).innerText
I am trying to get the value of each row at cell(0) from a GridView control:
(var grid = document.getElementById("<%=GridView1.ClientId%>")
As I said this works perfectly in IE..
Help please!!
Thanks.
