cheong wrote:
Or if you specify something that clearly is standard DOM object.
Try document. / window. to see what properties/methods it has.
That doesn't work if the script is not in the html file.
It does have a few nice tricks, like if you do "var fso = new ActiveXObject("Scripting.FileSystemObject");" you'll get intellisense for that too.