关于asp.net中广告栏问题
在使用下面代码时候遇到 验证xhtml不支持marquee//script问题该怎么办
<form id="form1" runat="server">
<div>
<marquee behavior=scroll direction=left height=76 scrollamount=1 scrolldelay=60 onmouseover='this.stop()' onmouseout='this.start()'>
<script>
var showMsg1="<%=showMsg%>"
document.write (showMsg1);
</script>
</marquee></div>
资料来源:学网(www.),原文地址:http://www.