注册 登录
编程论坛 ASP技术论坛

关于asp.net中广告栏问题

杜fly 发布于 2010-03-25 19:06, 471 次点击
在使用下面代码时候遇到
验证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.
2 回复
#2
aspic2010-03-26 08:50
还是asp?
#3
杜fly2010-03-27 19:59
已经解决,谢谢版主
1