user/User_ShopUserOrder.asp
dim Action,Rs,Content,qdxq
if ks.Setting(201)="1" then
Action=KS.G("Action")
select case Action
case "Add","Edit"
call S_AddEdit()
case "Save"
call S_save()
case "Del"
call S_Del()
case else
call qdMain()
end select
end if
红色的去掉。