AvtiveX控件在html中的使用问题

<script type="text/javascript">
document.writeln('<object name="myAvtiveX" id="myAvtiveX" classid="clsid:35D81DED-E993-49A7-B9DF-E8E713D0ED56" codebase="./test/test.CAB#version=1,0,0,2"></object>');
alert(myAvtiveX);
</script>
为什么是TypeError?
应该alert( document.applets[0]);

你可能感兴趣的:(html,object)