Hello,
I'm developing an ActiveX control, and use <param> tag to initalize it. Every time when I use <param> tag in html code, IE says that the script is unsafe and has been blocked. The script is digitally signed, IObjectSafe is also implemented.
I want to have a script which I can initialize with <param> without any error messages. What shall I do
Alexander

ActiveX and <PARAM> = unsafe ?
Tom Sapp
How is your IObjectSafety call implemented Your object needs to be marked as safe for initialization. http://msdn.microsoft.com/library/default.asp url=/workshop/components/activex/safety.asp