Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.65K
1 Posted Topic
Change: [code]if (xhr.redayState == 4 && xhr.status = 200)[/code] to: [code]if (xhr.readyState == 4 && xhr.status == 200)[/code] Note that readyState was wrong and a = was missing.
The End.
Palle L