马克斯CMS模板播放列表错位解决方法
发现用马克斯CMS模板的朋友很多出现播放列表错位无法解决
现在分享一下解决方法,希望能帮到你.
inc\CommonFun.asp
查找以下段落中<li>和</li> 去掉,重新生成

<FONT color=black>case "play"
'echo escape(singleUrlArray(1))&"
"
if isAlertWin=1 then
urlStr=urlStr&"<li><a title='"&singleUrlArray(0)&"' href=""javascript:openWin('"&getPlayLink(typeId,vId)&contactStr&"-"&from&"-"&i&behindStr&"',"&alertWinW&","&alertWinH&")"">"&singleUrlArray(0)&"</a></li>"
else
urlStr=urlStr&"<li><a target='_blank' title='"&singleUrlArray(0)&"' href='"&getPlayLink(typeId,vId)&contactStr&"-"&from&"-"&i&behindStr&"'>"&singleUrlArray(0)&"</a></li>"
end if
case "down"
urlStr=urlStr&"<li><a target='_blank' href='"&singleUrlArray(1)&"'>"&singleUrlArray(0)&"</a></li>"
end select</FONT>