Its ok folks I found the solution on devedge,
function objectEnumeration(){
var result="";
for (var i in attributesScope) {
result += "attributesScope" + "." + i + " = " + attributesScope[i] + "<BR>"   
}   
result += "<HR>" ;
alert(result);

}
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to