Dear All
in my java script file array.indexof function not working its shows object is undefined . after google i come to know this is happen because IE browser IE-9 to IE-7 automatically .
so for fix this issue i paste some code in my master Page header section
<!-- Use Internet Explorer 9 Standards mode -->
<%--<meta http-equiv="x-ua-compatible" content="IE=9">--%>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
but it still not working
Kindly help me or suggest me how can i resolve it . i am blindly trying to solve it . because array.indexof() function need to work
~~~~~~~~~~ Simply Making Effort ~~~~~~~
Thanks and Regard
Mahesh Nagar