Jan 24, 2016
javascript error while accessing string in var as like a arraylist, var can takes string for numeric data but when alphanumeric data found that time it shows error of uncaught reference error: 'A1' is not defined....
<script type="text/javascript">
//<![CDATA[
init([35,34,33,32,31,27,28,29,30,26,25,24,23,19,20,21,22,18,17,16,15,11,12,13,14,10,9,8,7,3,4,5,6,2,1,A1], [0], [A1,0,0,1,2,6,5,0,4,3,7,8,0,9,10,14,13,0,12,11,15,16,0,17,18,22,21,0,20,19,23,24,0,25,26,30,29,0,28,27,31,32,33,34,35], [0,0,0,0,0,1,1,1,1,1,2,2,2,2,2,3,3,3,3,3,4,4,4,4,4,5,5,5,5,5,6,6,6,6,6,7,7,7,7,7,8,8,8,8,8], [1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5,1,2,3,4,5]);
var Page_ValidationActive = false
[Code].....
View 1 Replies