psteja2000
Programmer
Hi,
I have a .ocx that I am calling on a html page using <object>.
The .ocx basically provides me with a container where I have a button when clicked it will connect to a server etc.
I want to take the server IP as input from outside the ocx.
Meaning, in my html page, I want to do
<object....>
<param name="serverIP" value="...">
</object>
in the ocx, now where do I access these params?
In the usercontrol_readproperties().
Is taht correct? for some reason it is not working and the whole ocx fails to show on the page .
What am I doing wrong?
regards,
Teja