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