网站js文件代码,高手帮我看一下那里出了问题.

来源:百度知道 编辑:UC知道 时间:2024/06/09 11:07:12
document.writeln(function ShowFlash()
{
var thtml="<EMBED align=left src=http://www.tm580.com/flash1/xxx.swf height=300 width=300 type=application/x-shockwave-flash ; quality=high wmode=transparent menu=false></EMBED>";
});

JS里有FLASH,用于网站调用的,!!
我现在弄出来的效果是:http://www.tm580.com/soft/show.asp?id=1 这个地址上中间的那个FLASH 出错了, 就是显示建设中的那个FLASH 请参考一下!谢谢了。

<script>
document.writeln('<script>function ShowFlash(){var thtml="<EMBED align=left

src=http://www.tm580.com/flash1/xxx.swf height=300 width=300 type=application/x-shockwave-

flash;quality=high wmode=transparent menu=false></EMBED>";}<\/script>');
</script>

document没有writein()这个方法.writein()是你写的函数吗?