Dear community,
I'm looking for solution or help with the problem.
The problem is that "For Each" fail with error "0x800a01b6 Object doesn't support this property or method".
JSON - is json2 javascript lib.
The mystery is that it was working fine always (no code changes) and still working on Windows 2019 server IIS. But stops working on dev machines win11.
Best regards
ASP dev
I'm looking for solution or help with the problem.
The problem is that "For Each" fail with error "0x800a01b6 Object doesn't support this property or method".
JSON - is json2 javascript lib.
The mystery is that it was working fine always (no code changes) and still working on Windows 2019 server IIS. But stops working on dev machines win11.
Code:
Set data = JSON.parse(requestBody)
For Each o IN query.ProductsBest regards
ASP dev