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]

