会员注册
  用户类型 * 个人 公司及其他单位
  登录名称 *   由字母、数字组成(6-16位)
  登录密码 *    由字母、数字组成(6-16位)
  确认密码 *    请再次输入密码
  单位名称 *    个人请填写姓名(产品归属重要标识,请与证件保持一致)
  联系人姓名 *    请填写真实联系人姓名
  地区 *    请选择所在地区
  联系地址 *    请填写您的详细通讯地址
  座机号码 *       举例: 02112345678(请按照格式输入)
  手机 *    请填写真实手机号码
  电子邮件 *    用于接收重要通知、找回密码,请填写常用邮箱 举例:web@domain.com
  QQ    举例:123456
 
 
<% footcodexml = "/cache/footcode.xml" Set objxml=Server.CreateObject("Microsoft.XMLDOM") objxml.Async=False objxml.Load(Server.Mappath(footcodexml)) If objxml.parseError.errorcode = 0 Then Set oContent = objxml.documentElement.selectSingleNode("root") i = 0 Do While i < oContent.childNodes.length If LCase(oContent.childNodes.item(i).text)=LCase(SiteSkin) And oContent.childNodes.item(i).getAttribute("use") = "1" Then uid = oContent.childNodes.item(i).getAttribute("uid") stat = oContent.childNodes.item(i).getAttribute("stat") Exit Do End If i = i + 1 Loop End If %> <%=FooterOther%>