回复: DreamerShop梦想家网店系统V2.4.0免费版发布
有个地方的js 结束符号“;”打错了.请版主帮手解决。。。。
在商品列表显示排序[按时间降序]自动跳转js
行838
<!--
function __doPostBack(eventTarget, eventArgument) {
var theform;
if (window.navigator.appName.toLowerCase().indexOf("netscape") > -1) {
theform = document.forms["_ctl1:Form1"];
}
else {
theform = document._ctl1:Form1;<----这里
}
theform.__EVENTTARGET.value = eventTarget.split("$").join(":");
theform.__EVENTARGUMENT.value = eventArgument;
theform.submit();
}
// -->