1 / 9

ActiveX Control Pad

ActiveX Control Pad. ActiveX Control Pad. ActiveX controls can have scripts wrapped around them. The controls have interfaces to link with the scripts. ActiveX controls have long Class ID. How can we write a client side script and ActiveX program?

ward
Télécharger la présentation

ActiveX Control Pad

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ActiveX Control Pad

  2. ActiveX Control Pad • ActiveX controls can have scripts wrapped around them. • The controls have interfaces to link with the scripts. • ActiveX controls have long Class ID. • How can we write a client side script and ActiveX program? • Can do this manually (tedious) or using Active X control pad. • The pad can be downloaded free. See course web site

  3. Start Up Screen This is HTML view

  4. Insert ActiveX Control • Many ActiveX controls included in IE and Windows. Others can be downloaded or written. • Edit -> Insert ActiveX Control

  5. Edit Control Code

  6. Scripting • Can use Script Wizard to help write script. (Tools -> Script Wizard) • Set default scripting to either VBScript or JavaScript (JScript) • Select Event and Action • Script automatically written • Can then test out in Internet Explorer

  7. Script Wizard • Tools -> Script Wizard Default: VBScript

  8. Running • Save the file in default home directory • Run with Internet Explorer instead of Netscape

  9. ActiveX Scripting Demonstrates • Use of ActiveX Controls • Scripting • Client side programming

More Related