var doc = new Array();
doc[0]="abc.jsp";
doc[1]="xyz.jsp";
for(var i=0;i < doc.length;i++){
if (doc.getElementById != null){
//do some thing here like reading tags
}
}
thanks in advance
var doc = new Array();
doc[0]="abc.jsp";
doc[1]="xyz.jsp";
for(var i=0;i < doc.length;i++){
if (doc.getElementById != null){
//do some thing here like reading tags
}
}
thanks in advance
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.