VBscript Automation

The VBScript helps us in controlling the browser's window. Moreover, the browser's window is the container, where your pages get displayed, and your code executed. The World Wide Web Consortium specification for two-dimensional layouts describes methods you can use to place 2-D material into HTML pages. In addition to layout capabilities, the page editor containsContinue reading “VBscript Automation”

VBScript Objects

In Microsoft's colorful terminology, each entity you see on the browser's window is an object. Objects "expose" some of their properties, which enables you to manipulate them. Some of these properties represent objects themselves, which expose their properties. The document object represents the HTML document displayed on the browser's window or one of its frames.Continue reading “VBScript Objects”