.aspx的html代码
<span id="oTransContainer" style="FILTER: progid: DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=0, motion='forward'); WIDTH: 261px; HEIGHT: 161px">……</span>javascript:
document.all.oTransContainer.filters[0].Apply();
document.all.oTransContainer.filters[0].Play(duration=2);
为什么以上的JS在aspx里会出错呢