search for: justfortest

Displaying 1 result from an estimated 1 matches for "justfortest".

2006 May 11
0
Very strange javascript error
...se "refresh undefined" error /* refresh=function(){}//will work normally */ </script> What a strange! Error 2): Considering the follwing three scriptlets as a responseText to ajax request: code one: <script> for (i=0;i<$(''divId'').options.length;i++){ justforTest=0; } </script> code two: <script> var len=$(''divId'').options.length for (i=0;i<len;i++){ justforTest=0; } </script> code three: <script> len=$(''divId'').options.length for (i=0;i<$(''divId'').options.length;i++){...