0
我有一個ActiveX插件在這裏: http://reboltutorial.com/plugins/logo-badge/如何檢測Javascript中的一些ActiveX?
<script>
//if RPluginIE is not installed
if(!document.RPluginIE){
document.location.href = "Notfound.html"
}
</script>
,但它不工作。
如何檢測任何activex?
你的代碼中有一些語法錯誤,比如'document.loction.href' – 2010-05-26 05:42:14
謝謝它是從其他站點複製並粘貼的。我糾正了。 – 2010-05-26 18:53:30