|
Hi!
There is a typo in the inline code listing on page 1. Near the bottom of onchangeReceipt(), the code listing says:
requester.onreadystatechange = requesterExecuteAction;
At the top of page 2, the commentary says that the handler assigned is onreadystatechangeReceipt(). It's confusing to go back to page 1 to review and not find what the commentary is talking about. example1.html in the downloadable code archive agrees with the commentary:
requester.onreadystatechange = onreadystatechangeReceipt;
|