Blog
JavaScript – for…in Loop IE Bug
While testing out jPaq v2.0 in IE6 on GoToChrisWest.com, I found an IE6 bug (go figure). The issue can be illustrated with the following code: The above code should display one thing in the alert box: toString. Unfortunately, when you run the above code in IE6, nothing is displayed to Read more…