Bob
November 3rd, 1998, 10:01 AM
Can someone PLEASE tell me how to pass in PARAM values from an HTML page into my ActiveX control (.ocx). I have posted this question all over news groups and can't even get a response.
Thank You,
Bob
Justin Decker
November 3rd, 1998, 06:49 PM
Aren't PARAM values for java applets? I'm pretty sure they are. To use an ocx in html you have to use the OBJECT tag and add a reference to it, then you can use it like you would use an ocx in vb or vc.
Heres a quick example I made with Frontpage. It shows the file open dialog...
Untitled Normal Page