CDHtmlDialog::CanAccessExternal

Overridable that is called as an access check to see whether scripting objects on the loaded page can access the external dispatch of the control site. Checks to make sure the dispatch is either safe for scripting or the current zone allows for objects that are not safe for scripting.

virtual BOOL CanAccessExternal( );

Return Value

Nonzero if successful; otherwise 0.

Requirements

Header: afxdhtml.h

See Also

Reference

CDHtmlDialog Class

Hierarchy Chart

CDHtmlDialog::IsExternalDispatchSafe

Other Resources

CDHtmlDialog Members