|
#1
|
|||
|
|||
|
Hi,
As I know that <object> tag can be used to quote an ActiveX Control in html page, but where does the octet executable code come from? From where can browser download the ActiveX Control? BTW, what's the relationship between VBScript and ActiveX Control? I am really confused by these two terms. Thanks! |
|
#2
|
|||
|
|||
|
Hi zinces,
The codebase attribute provides the URL from where the version is compared and the cabinet files can be downloaded. eg. <OBJECT style="left:200px" classid="CLSID:0006F063-0000-0000-C000-000000000046" id="ViewCtlFolder" codebase="http://activex.microsoft.com/activex/controls/office/outlctlx.CAB# ver=9,0,0,3203" tabIndex="1" VIEWASTEXT> <param name="Namespace" value="MAPI"> <param name="Folder" value=""> <param name="Restriction" value=""> <param name="DeferUpdate" value="0"> </OBJECT> <zinces@gmail.com> wrote in message news:1133789705.090929.152320@g44g2000cwa.googlegr oups.com... > Hi, > > As I know that <object> tag can be used to quote an ActiveX Control in > html page, but where does the octet executable code come from? From > where can browser download the ActiveX Control? > > BTW, what's the relationship between VBScript and ActiveX Control? I am > really confused by these two terms. > > > Thanks! > |
|
#3
|
|||
|
|||
|
Hi Rob,
Thank you very much for your reply! You have shown a very clear example to me! And I have another question. Once ActiveX Control has been downloaded from web, how can html invoke them? I have heard that VBScript and JavaScript can be used to call ActiveX Control, is this right? Or is there any other ways can be used to call ActiveX control? Thanks a lot! zinces |
|
#4
|
|||
|
|||
|
Yes, you can use either scripting language (in IE only)
If you are using FrontPage you can use the Object Viewer to enter Parameter values. Scripting is just an assignment of the Parameter value. eg. MyActiveX.Title='The title of my ActiveX'; <zinces@gmail.com> wrote in message news:1133847414.159890.230790@f14g2000cwb.googlegr oups.com... > Hi Rob, > > Thank you very much for your reply! You have shown a very clear example > to me! > > And I have another question. Once ActiveX Control has been downloaded > from web, how can html invoke them? I have heard that VBScript and > JavaScript can be used to call ActiveX Control, is this right? Or is > there any other ways can be used to call ActiveX control? > > Thanks a lot! > > zinces > |
|
#5
|
|||
|
|||
|
Hi, Rob
Thank you very much! zinces |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Re: Windows Freezes Daily | Gerry Cornell | Windows XP Perform Maintain | 0 | 01-06-2006 02:06 AM |
| Problem with downloading ActiveX control in IE 6 SP1 | fniles | Internet Explorer 6 | 4 | 01-05-2006 11:15 PM |
| Windows Freezes Daily | Nancy | Windows XP Perform Maintain | 31 | 01-05-2006 11:15 PM |
| One-way connection: networked XP/2000 PC's | Cheryl | Windows XP Network Web | 22 | 01-05-2006 04:11 AM |
| Can't Ping My Own IP Address - Part 2 | Don | Windows XP Network Web | 3 | 01-05-2006 04:10 AM |