Nov
11
Filed Under (Javascript) by Aneesha on 11-11-2008

Trying to finish some code - mostly Java but have had to write some fairly simple Javascript. Test the code in Firefox, it all works. I test in IE and I get an error. I start to debug in IE - line by line. The error seems to be on the line that uses Array.indexOf(). Mmmm, thats crazy you say. That can’t be. Sure enough I turn to my search pal Google and realise that I am not the first to encounter this error. IE (even version 7) does not implement Array.indexOf….. Can’t believe I have not encountered this before and can’t believe it even exists.

(0) Comments    Read More