账号通
    

账号  

密码  

1880

查看

1

回复
主题:[已解决]物流查询结果如何分行显示 [收藏主题]  
isoedu 当前离线

327

主题

10

广播

5

粉丝
添加关注
级别:三年级

用户积分:935 分
登录次数:626 次
注册时间:2010/9/10
最后登录:2022/9/9
isoedu 发表于:2013/12/8 15:10:36   | 只看该作者 查看该作者主题 楼主 
科汛在线商城系统(NET)

目前显示结果是:

点击查看原图



以下是代码,该如何改:


<%
    if RS("DeliverStatus")=1  then
    Dim RSD,DeliverStr1,DeliverStr2,API_Key:API_Key=""
    API_Key=LoadXslConfig_API()
    if API_Key="" then
     Response.Write "<script>;location.href='user_order.asp';</script>"
    else
     Set RSD=Conn.Execute("Select Top 1 * From KS_LogDeliver Where DeliverType=1 And OrderID='" & RS("OrderID") & "'")
     If Not RSD.Eof Then
       DeliverStr1=RSD("ExpressCompany2")
       DeliverStr2=RSD("ExpressNumber")
     End If
     Response.Write getDeliveryCorp(DeliverStr1,DeliverStr2,API_Key)  
    end if
    RSD.Close : Set RSD=Nothing
   end if
    %>

 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
isoedu 当前离线

327

主题

10

广播

5

粉丝
添加关注
级别:三年级

用户积分:935 分
登录次数:626 次
注册时间:2010/9/10
最后登录:2022/9/9
isoedu 发表于:2013/12/8 16:12:51   | 只看该作者 查看该作者主题 沙发 
科汛在线网校系统

已经解决,在代码前后增加 [replyview] <PRE>......  </PRE>   中间代码为683到699行代码 [/replyview]


解决后的显示效果

点击查看原图

 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
<上一主题 | 下一主题 >
Powered By KesionCMS Version X1
厦门科汛软件有限公司 © 2006-2016 页面执行0.09497秒 powered by KesionCMS 9.0