I have a simple problem...
I have an if condition to prevent a undefined eval...
something like this:
if(eval('document.all.But<%= MenuNumber %>0') != undefined){
var rightcl=eval('document.all.But<%= MenuNumber %>'+i);
}
the problem came when i run some jsp's....when the page is compiling and constructing, the source code of the page never reach the end, in some point it breaks and doesn't make the rest of the jsp code.
In the server there isn't any exception, aparently everything went well to the server.
I don't have any clue about this problem....if someone knows waht the problem is i will appreciate....thanks
I have an if condition to prevent a undefined eval...
something like this:
if(eval('document.all.But<%= MenuNumber %>0') != undefined){
var rightcl=eval('document.all.But<%= MenuNumber %>'+i);
}
the problem came when i run some jsp's....when the page is compiling and constructing, the source code of the page never reach the end, in some point it breaks and doesn't make the rest of the jsp code.
In the server there isn't any exception, aparently everything went well to the server.
I don't have any clue about this problem....if someone knows waht the problem is i will appreciate....thanks