Introduction to HTML
Scripting & Programming
Languages and Environments

VBScript & ActiveX
Copyright © 2000 - 2002 Randy D. Ralph.  All rights reserved.
  RETURN Course Contents  
In place June 3, 2000.

Overview:

VBScript is a high level client-side scripting language developed by Microsoft derived from its popular Visual Basic object-oriented programming language.  VBScript incorporates much of the functionality of the Visual Basic language and can support very complex web-based DHTML applications.  VBScript incorporates support for ActiveX web technology (see below).

Currently, only the most recent Internet Explorer browsers support VBScript.  Those who have no experience programming in Visual Basic will find learning VBScript difficult.  For the present, and until there is wider support for VBScript among the other high-end browsers, use of VBScript will limit vierwership to those using Internet Explorer.

ActiveX -

ActiveX controls reside within the Microsoft Windows 98 and Windows NT operating systems.  They are also incorporated within the most current versions of Microsoft's Internet Explorer browser.  The object-oriented ActiveX controls provide much enhanced display and data handling capabilities.  They can be used to enhance web applications through the Internet Explorer browser with the use of the VBScript language.  They make use of the Dynamic HTML Object Model, a variant of the DOM (Document Object Model)interface specification developed by the W3C for use in XML.


Selected Print Resources:

VBScript -

Jerke, Noel, Michael Hatmaker and Jonny Anderson.  1997.  VBScript  
    interactive course.  Corte  Madera, CA: Waite 
    Group Press.
    QA76.73.B3 J473 1997

Keogh, James E.  1997.  The Webmaster's guide to VB script.
    Boston: AP Professional.
    QA76.73.V27 K46 1997

Lomax, Paul and Matt Childs.  2000.  VBScript in a nutshell: 
    a desktop quick reference.  Cambridge, MA: O'Reilly.
    QA76.73.V27

Lomax, Paul and Rogers Cadenhead.  1997.  ActiveX and 
    VBScript.  Indianapolis: Sams.
    QA76.625 .L65 1997

Mansfield, Richard.  1997.  The  comprehensive  guide  to  
    VBScript: the encyclopedic reference for VBScript, HTML 
    and ActiveX.  Research  Triangle Park, NC: Ventana.
    QA76.73.V27 M36 1997

Mara, Mary J.  1997.  VBScript sourcebook.  New York: 
    Wiley Computer Pub.
    QA76.73.V27 M37 1997

Palmrer, Scott D.  1997.  VBScript 2 and ActiveX programming.
    Scottsdale, AZ: Coriolis Group Books.
    QA76.73.V27 P34 1997

Petroutsos, Evangelos.  1997.  VBScript unleashed.  
    Indianapolis: Sams.
    QA76.73.V27 V37

Thurrott, Paul. B.  1997.  VBScript for the World Wide Web.
    Berkeley: Peachpit Press.
    QA76.73.V27 T47 1997

Trasher, Sloan.  1997.  Building web applications using 
    VBScript.  Indianapolis: New Riders.
    QA76.73.V27 T73 1997

ActiveX -

Lang, Zane.  1997.  ActiveX all in one: a web developer's 
    guide.  Upper Saddle River, NJ: Prentice Hall.
    TK5105.8885.A28 L36 1997

Lloyd, Doug.  1997.  Web publishing with ActiveX controls.
    Research Triangle Park, NC: Ventana.
    TK5105.888 .L58 1997

Mansfield, Richard.  1997.  The comprehensive guide to 
    VBScript: the encyclopedic reference for VBScript, HTML 
    and ActiveX.  Triangle Park, NC: Ventana.
    QA76.73.V27 M36 1997

Petroutsos, Evangelos.  1997.  Interactive Web publishing with Microsoft  
    tools: creating Internet content and applications with Microsoft's 
    ActiveX technology.  Research Triangle Park, NC: Ventana.
    QA76.76.H94 P48 1997

Wallace, Nathan.  1998.  Learn ActiveX Scripting with Microsoft 
    Internet Explorer 4.0.  Plano,  TX: Wordware Pub. 
    QA76.625 .W36 1998

Selected Web Resources:

VBScript -

ActiveX -

  RETURN Course Contents  
You are here:  NetStrider   »   Tutorials   »   HTML   »   Scripting   »   VBSCRIPT/ACTIVEX   «