我在一个ASP页面里调用一个JS文件
JS里想添加一个FLASH,这个JS需要多页面调用
JS里这样的:
document.writeln("<\/iframe><\/td><\/tr><\/table><\/td><\/tr><\/table><table width=\"770\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"333333\"><tr><td><table cellspacing=0 cellpadding=0 width=770 align=center bgcolor=#ffffff border=0><tr><td height=30><EMBED height=50 pluginspage=http://www.macromedia.com/go/getflashplayer src="../images/newimg/menu.swf" type=application/x-shockwave-flash width=768 wmode="transparent" quality="high"></EMBED><\/td><\/tr><tr><td align=middle bgcolor=333333 height=1><\/td><\/tr><\/table><\/td><\/tr><\/table>"
可在ASP页面里显示不出这个JS调用
如果我把><EMBED height=50 pluginspage=http://www.macromedia.com/go/getflashplayer src="../images/newimg/menu.swf" type=application/x-shockwave-flash width=768 wmode="transparent" quality="high"></EMBED>
这段去掉便可以显示表格
请问该如何解决?