<% dim Action,UserName,FoundErr,ErrMsg dim rsUser,sqlUser Action=trim(request("Action")) UserName=trim(request("UserName")) if UserName="" then UserName=session("UserName") end if if UserName="" then if Action="" then response.redirect "Server.asp" else FoundErr=True ErrMsg=ErrMsg & "
  • 参数不足!
  • " end if end if if FoundErr=true then call WriteErrMsg() else Set rsUser=Server.CreateObject("Adodb.RecordSet") sqlUser="select * from [User] where UserName='" & UserName & "'" rsUser.Open sqlUser,conn,1,3 if rsUser.bof and rsUser.eof then FoundErr=True ErrMsg=ErrMsg & "
  • 找不到指定的用户!
  • " call writeErrMsg() else if Action="Modify" then dim Sex,Email,Homepage,QQ,MSN Sex=trim(Request("Sex")) Email=trim(request("Email")) Homepage=trim(request("Homepage")) Comane=trim(request("Comane")) Add=trim(request("Add")) Somane=trim(request("Somane")) Zip=trim(request("Zip")) Phone=trim(request("Phone")) Fox=trim(request("Fox")) if Sex="" then founderr=true errmsg=errmsg & "
  • 性别不能为空
  • " else sex=cint(sex) if Sex<>0 and Sex<>1 then Sex=1 end if end if if Email="" then founderr=true errmsg=errmsg & "
  • Email不能为空
  • " else if IsValidEmail(Email)=false then errmsg=errmsg & "
  • 您的Email有错误
  • " founderr=true end if end if if Comane="" then founderr=true errmsg=errmsg & "
  • 公司名称不能为空
  • " end if if Add="" then founderr=true errmsg=errmsg & "
  • 收货地址不能为空
  • " end if if Somane="" then founderr=true errmsg=errmsg & "
  • 收货人不能为空
  • " end if if Phone="" then founderr=true errmsg=errmsg & "
  • 联系电话不能为空
  • " end if if FoundErr<>true then rsUser("Sex")=Sex rsUser("Email")=Email rsUser("HomePage")=HomePage rsUser("Comane")=Comane rsUser("Add")=Add rsUser("Somane")=Somane rsUser("Zip")=Zip rsUser("Phone")=Phone rsUser("Fox")=Fox rsUser.update response.write"" 'call WriteSuccessMsg("会员资料修改成功!") else call WriteErrMsg() end if else %> <% Id=Session("UserName") set Rst = Server.CreateObject("ADODB.recordset") sql="select * from User where UserName='"&Id&"'" rst.open sql,conn,1,1 %> 上海得远国际货运代理有限公司

    公司论坛 设为首页
    企业邮箱 加入收藏

    网站首页

    业务范围 在线定单 公司论坛 分支机构 在线沟通 BBS留言板 加盟我们  
      【会员中心】
    用户:
    密码:
        [注册用户]
    【业务范围】
    ·订舱代理 ·报关报验
    ·空运    
    ·海运
    ·特种箱
    ·散杂货租船
    ·保险代理
    ·贸易代理
    ·仓储
    ·陆运
    电子地图为您导航
    推荐使用800*600或1024*768分辨率
    上海得远国际货运有限公司
    Copyright © yud.com.cn All Right Reserved.    
    如有疑问或建议,
    mailto:webmaster@tokuei.com.cn
    【公告】
    · 春节我司放假通知
    · 上海地铁线路图
    · 快件部紧急通知
    · 【在线跟踪】改版通知
    更多通知>>    

        网络,让商务变得如此便捷……
    ·--空运在线
    ·--海运在线
     

    合作伙伴
     [得远货运公司业务范围]

    业务分类
       海运业务  
       空运业务  
       
       
       


    海运货物的运输代理业务,包括订舱,报关,报验,集装箱出口拼箱,公路运输及咨询业务
    常用船务专有名词介绍 【常用缩写简介】
    危险品相关名词解释 船公司简介
    危险品级别划分 世界主要港口资料
    报关须知 集装箱尺寸
     

    总部地址: 上海市公平路761号虹业大楼510室(200086)
    电话: 021-65025683 65638796 65633541    
    传真: 021-65024601    
    市场部      
    张秋芳(经理) 021-65011647 13916385843 market@tokuei.com.cn
      其他分支机构地址、电话等,详情请询总部市场部

    <% end if end if rsUser.close set rsUser=nothing end if call CloseConn() %>