|
-
May 12th, 2004, 01:55 PM
#1
Thread Starter
Lively Member
How to send parameters to ActiveX Control from HTML
Hello Everybody:
I have created an activex control. I have embed the object only in my html file.The control has few vb objects in it. ( text boxes). Now I want to send values for the text boxes from the object tag in HTML. That is as a parameter to the control.
I want to send Parameters ,Like this:
<OBJECT ID="TestObject"
CLASSID="............."
<param name= "param1" value= "KapilShah"
<param name="param2" value= "2345678"
</Object>
I will be greatful if any one can guide me how to do these..
Thanks,
Rahil
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
|