Is there anyway to access intercept when an item gets added to a Scripting.Dictionary or hook up an event in javascript??
Do they have accessor methods eg. set, get or not?
var test = new ActiveXObject("Scripting.Dictionary");
test("a") = "test";
I need to do some more tasks when this is set.
Any help would be greatly appreciated.