R
ritulranjan
Hi,
I am new to Javacript, so please forgive any trivial queries made.
I want to use functions in an .ocx file, in a web page. The web page
uses the <object> tag to embed the ActiveX object, and the ActiveX
object is such that, only one instance of the object can be
instantiated, so i can't call the ActiveXObject() function, while the
ActiveX object is embedded in the web page.
Is there any way I can create the object using "new ActiveXObject()"
function and then use the object to render content on the web page as
well as to call internal functions, on events such as button press,
etc.
Thanks in advance.
regards,
Ritul.
I am new to Javacript, so please forgive any trivial queries made.
I want to use functions in an .ocx file, in a web page. The web page
uses the <object> tag to embed the ActiveX object, and the ActiveX
object is such that, only one instance of the object can be
instantiated, so i can't call the ActiveXObject() function, while the
ActiveX object is embedded in the web page.
Is there any way I can create the object using "new ActiveXObject()"
function and then use the object to render content on the web page as
well as to call internal functions, on events such as button press,
etc.
Thanks in advance.
regards,
Ritul.