How to find ActiveX control in html


Go Back   Computer Help Articles > Internet Explorer 6
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2006, 04:26 PM
zinces@gmail.com
 
Posts: n/a
Default How to find ActiveX control in html

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!

Reply With Quote
  #2  
Old 01-05-2006, 04:26 PM
Rob Parsons
 
Posts: n/a
Default Re: How to find ActiveX control in html

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!
>



Reply With Quote
  #3  
Old 01-05-2006, 04:26 PM
zinces@gmail.com
 
Posts: n/a
Default Re: How to find ActiveX control in html

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

Reply With Quote
  #4  
Old 01-05-2006, 04:26 PM
Rob Parsons
 
Posts: n/a
Default Re: How to find ActiveX control in html

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
>



Reply With Quote
  #5  
Old 01-05-2006, 04:26 PM
zinces
 
Posts: n/a
Default Re: How to find ActiveX control in html

Hi, Rob

Thank you very much!

zinces

Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump

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


All times are GMT. The time now is 04:40 AM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.

How to find ActiveX control in html