|
-
May 11th, 1999, 09:41 PM
#1
ActiveX Controls in IE
This is not exactly a C++ question but here goes. Until now I have been creating COM servers which I can access in ASP using syntax such as: set x = CreateObject("myobject.server").
Now I wish to place an ActiveX control into the web page. I use the <OBJECT> tag and the control shows up. I use the MS ActiveX control pad to create the <object> tag.
The problem is: How do I get access to the object in my ASP code. CreateObject will create a new instance of the object. How do I create a variable that will point to the object defined in the <object> tag so that I may use its properties and methods.
Where can I read about this?
Thank you very much.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|