Scripting in Internet Applications

Web browsers such as Internet Explorer support not only HTML pages but also other languages and applications. The Internet Explorer browser is actually little more than an ActiveX container. Therefore, any application that can present itself to the Web browser as an ActiveX control appears inside the Web browser.

In addition to HTML, ActiveX controls, and Java programs that you'll learn about in Chapter 20, “Java Programming,” Web browsers can also support special scripting languages called JavaScript and VBScript. These special scripting languages enable you to embed controlling code inside HTML code that interacts with and reacts to other objects on the Web page. Whereas JavaScript is similar to the Java language, ...

Get Absolute Beginner's Guide to Programming, Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.