N
nickless
Hello Alvin,
i followed the steps you listed in another post - to use OWC on the
client side.
Although i have a few things that are unclear to me.
First register the ActiveX object on the client where it will run:
I downloaded OWC11.exe and installed on my PC.
embed the object in the aspx page using the object tag :
<object id='myID' CLSID="id goes here"></object>.
I did, is CLSID unique and universal ?
Q1:Is CodeBase value necessary for this object ?
Q2:Is it necessary to provide CodeBase value by including the
owc11.exe in my project and
setting the value of CodeBase to it?
The activeX object will expose a programming interface to allow data
manipulation. You have a
reference id that you can use to call methods on the object:
Q3:On adding the Object is the programming interface immediately
accessible on the page to Javascript/VBScript, or is it a DOM object
now that can be accessed using getElementById()?
I am having trouble getting through this stage, so i just wanted to
make sure i know what i am doing.
Thanks in advance.
i followed the steps you listed in another post - to use OWC on the
client side.
Although i have a few things that are unclear to me.
First register the ActiveX object on the client where it will run:
I downloaded OWC11.exe and installed on my PC.
embed the object in the aspx page using the object tag :
<object id='myID' CLSID="id goes here"></object>.
I did, is CLSID unique and universal ?
Q1:Is CodeBase value necessary for this object ?
Q2:Is it necessary to provide CodeBase value by including the
owc11.exe in my project and
setting the value of CodeBase to it?
The activeX object will expose a programming interface to allow data
manipulation. You have a
reference id that you can use to call methods on the object:
Q3:On adding the Object is the programming interface immediately
accessible on the page to Javascript/VBScript, or is it a DOM object
now that can be accessed using getElementById()?
I am having trouble getting through this stage, so i just wanted to
make sure i know what i am doing.
Thanks in advance.