Blog

JScript – Global Scope Object

If you have ever written JavaScript for a web page, one of the first things that you learned may have been that the window object is basically a reference to the global scope. On the other hand, if you have ever programmed in JScript (Windows Scripting Host), you will know Read more…

By Chris West, ago
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…

By Chris West, ago