activeX控件镶嵌到html后不能用?
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5" />
<title></title>
<script>
function printout(){
printctl.HtmPrint();
printctl.HtmTemplateUrl="template2.htm";
printctl.HtmUrl = "chi.html";
alert(printctl.HtmlUrl);
}
</script>
</head>
<body bgcolor="#ffffff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div align="center">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="740" height="650" id="chi2" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="movie" value="chi2.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="chi2.swf" quality="high" bgcolor="#ffffff" width="740" height="650" name="chi2" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
<!--FF55776F-48EC-472A-B76E-3A8381996FD4
585E35AE-5F6A-4A8A-A322-AC1CB7E42C1C
-->
<object classid="clsid:7E96F9A9-5A35-4F1D-9B59-FC1AD4725E28" id="printctl" codebase="C:\Documents and Settings\zhuangshimin\Desktop\e-Flyer\e-Flyer\Blog.ocx#version=1.0.0.0" style="display:none">
<param name="HtmTemplateUrl" value="template2.htm" />
<param name="HtmUrl" value="chi.html" />
</object>
<div onclick="printout()">print</div>
</div>
</body>
</html>
上面是我写在html的代码,我调试的时候会弹出 windows blocked the activeX because the verify publisher
各位大虾,应该如何改??
[解决办法]
做签名