开发者

how to implement IObjectSafety to my webpage page

i have a java-script function (in my html page) that uses active code. i searched in google and found out that i need to implement IObjectSafety to my webpage in 开发者_开发技巧order to stop the activex propmt saying "Active X control on this page might be unsafe to interact , Y/N ?" .


You can get around this by marking this control as being safe for scripting. Do this in the VB6 Package and Deployment wizard.

http://msdn.microsoft.com/en-us/library/aa733548(v=VS.60).aspx

If you really must implement this interface, you'll need a type library editor, or an IDL/ODL compiler.

http://support.microsoft.com/kb/182598

http://msdn.microsoft.com/en-us/library/aa768224(VS.85).aspx

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜