xianbeibei.com Open in urlscan Pro
156.235.248.41  Public Scan

URL: https://xianbeibei.com/
Submission: On February 27 via api from US — Scanned from US

Form analysis 1 forms found in the DOM

POST /index.php?m=home&c=Lists&a=gbook_submit&lang=cn

<form method="POST" class="guest-form" enctype="multipart/form-data" action="/index.php?m=home&amp;c=Lists&amp;a=gbook_submit&amp;lang=cn" id="myform">
  <div class="li-div">
    <div class="w-form-section  w-form-UL clearfix" style="">
      <div class="w-form-shartText">
        <label class="w-label-form"> <span>姓名</span> </label>
        <div class="w-form-fr" style="">
          <input class="w-text-form" style="width:100%" type="text" name="attr_1" id="attr_1">
        </div>
      </div>
    </div>
  </div>
  <div class="li-div">
    <div class="w-form-section  w-form-UL clearfix" style="">
      <div class="w-form-tel">
        <label class="w-label-form"> <span>电话</span> </label>
        <div class="w-form-fr" style="">
          <input class="w-text-form" style="width:100%" type="text" name="attr_2" id="attr_2">
        </div>
      </div>
    </div>
  </div>
  <div class="li-div">
    <div class="w-form-section  w-form-UL clearfix" style="">
      <div class="w-form-Email">
        <label class="w-label-form"> <span>邮箱</span> </label>
        <div class="w-form-fr" style="">
          <input class="w-text-form" style="width:100%" type="text" name="attr_3" id="attr_3">
        </div>
      </div>
    </div>
  </div>
  <div class="li-div">
    <div class="w-form-section w-form-UL clearfix" style="">
      <div class="w-form-largeText">
        <label class="w-label-form"> 地址 </label>
        <div class="w-form-fr" style="">
          <textarea class="w-textarea-form" style="width:100%;height:5em" name="attr_4" id="attr_4"></textarea>
          <input class="w-text-form" type="hidden">
        </div>
      </div>
    </div>
  </div>
  <div class="w-form-submit">
    <div class="w-buttom" style="">
      <div class="btn-default-w g-form-components" onclick="checkForm();"> <span class="btn-inner">提交</span> </div>
    </div>
  </div>
  <input type="hidden" name="gourl" id="gourl_2d062e7e6bef14c5f52b8981c70c8a98" value="https://www.xianbeibei.com"><input type="hidden" name="typeid" value="10"><input type="hidden" name="__token__2d062e7e6bef14c5f52b8981c70c8a98"
    id="2d062e7e6bef14c5f52b8981c70c8a98" value="">
  <script type="text/javascript">
    function submit2d062e7e6bef14c5f52b8981c70c8a98(elements) {
      if (document.getElementById('gourl_2d062e7e6bef14c5f52b8981c70c8a98')) {
        document.getElementById('gourl_2d062e7e6bef14c5f52b8981c70c8a98').value = window.location.href;
      }
      elements.submit();
    }

    function ey_fleshVerify_1709037390(id) {
      var token = id.replace(/verify_/g, '__token__');
      var src = "/index.php?m=api&c=Ajax&a=vertify&type=guestbook&lang=cn&token=" + token;
      src += "&r=" + Math.floor(Math.random() * 100);
      document.getElementById(id).src = src;
    }

    function fc9bb3ebc316920f53a175fe5a745c62c() {
      var ajax = new XMLHttpRequest();
      ajax.open("post", "/index.php?m=api&c=Ajax&a=get_token&name=__token__2d062e7e6bef14c5f52b8981c70c8a98", true);
      ajax.setRequestHeader("X-Requested-With", "XMLHttpRequest");
      ajax.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
      ajax.send('_ajax=1');
      ajax.onreadystatechange = function() {
        if (ajax.readyState == 4 && ajax.status == 200) {
          document.getElementById("2d062e7e6bef14c5f52b8981c70c8a98").value = ajax.responseText;
          document.getElementById("gourl_2d062e7e6bef14c5f52b8981c70c8a98").value = window.location.href;
        }
      }
    }
    fc9bb3ebc316920f53a175fe5a745c62c();

    function getNext1598839807(id, name, level) {
      var input = document.getElementById('attr_' + name);
      var first = document.getElementById('first_id_' + name);
      var second = document.getElementById('second_id_' + name);
      var third = document.getElementById('third_id_' + name);
      var findex = '',
        fvalue = '',
        sindex = '',
        svalue = '',
        tindex = '',
        tvalue = '',
        value = '';
      if (level == 1) {
        if (second) {
          second.style.display = 'none';
          second.innerHTML = '';
        }
        if (third) {
          third.style.display = 'none';
          third.innerHTML = '';
        }
        findex = first.selectedIndex;
        fvalue = first.options[findex].value;
        input.value = fvalue;
        value = fvalue;
      } else if (level == 2) {
        if (third) {
          third.style.display = 'none';
          third.innerHTML = '';
        }
        findex = first.selectedIndex;
        fvalue = first.options[findex].value;
        sindex = second.selectedIndex;
        svalue = second.options[sindex].value;
        if (svalue) {
          input.value = fvalue + ',' + svalue;
          value = svalue;
        } else {
          input.value = fvalue;
        }
      } else if (level == 3) {
        findex = first.selectedIndex;
        fvalue = first.options[findex].value;
        sindex = second.selectedIndex;
        svalue = second.options[sindex].value;
        tindex = third.selectedIndex;
        tvalue = third.options[tindex].value;
        if (tvalue) {
          input.value = fvalue + ',' + svalue + ',' + tvalue;
          value = tvalue;
        } else {
          input.value = fvalue + ',' + svalue;
        }
      }
      if (value) {
        if (document.getElementById(id)) {
          document.getElementById(id).options.add(new Option('请选择', ''));
          var ajax = new XMLHttpRequest();
          //步骤二:设置请求的url参数,参数一是请求的类型,参数二是请求的url,可以带参数,动态的传递参数starName到服务端
          ajax.open("post", "/index.php?m=api&c=Ajax&a=get_region&pid=" + value, true);
          // 给头部添加ajax信息
          ajax.setRequestHeader("X-Requested-With", "XMLHttpRequest");
          // 如果需要像 HTML 表单那样 POST 数据,请使用 setRequestHeader() 来添加 HTTP 头。然后在 send() 方法中规定您希望发送的数据:
          ajax.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
          //步骤三:发送请求+数据
          ajax.send('_ajax=1');
          //步骤四:注册事件 onreadystatechange 状态改变就会调用
          ajax.onreadystatechange = function() {
            //步骤五 如果能够进到这个判断 说明 数据 完美的回来了,并且请求的页面是存在的
            if (ajax.readyState == 4 && ajax.status == 200) {
              var data = JSON.parse(ajax.responseText).data;
              if (data) {
                data.forEach(function(item) {
                  document.getElementById(id).options.add(new Option(item.name, item.id));
                  document.getElementById(id).style.display = "block";
                });
              }
            }
          }
        }
      }
    }
  </script>
</form>

Text Content

星空体育·(中国)官方网站

 * 首页
 * 关于星空体育
 * 新闻资讯
   返回
    * 星空体育公司动态
    * 星空体育行业资讯

 * 品牌产品
   返回
    * 产品分类一
    * 产品分类二
    * 产品分类三

 * 星空体育联系方式
   

 * 首页
 * 关于星空体育
 * 新闻资讯
   返回
    * 星空体育公司动态
    * 星空体育行业资讯

 * 品牌产品
   返回
    * 产品分类一
    * 产品分类二
    * 产品分类三

 * 星空体育联系方式
   


 * none
 * none

1
2
PrevNext


品牌产品




产品名称六




产品名称五




产品名称四




产品名称三




产品名称二




产品名称一




产品名称九




产品名称八




产品名称七




产品名称六




产品名称五




产品名称四




产品名称三




产品名称二




产品名称一




产品名称九




产品名称八




产品名称七




产品名称六




产品名称五




产品名称四




产品名称三




产品名称二




产品名称一




产品名称九




产品名称八




产品名称七








关于星空体育



星空体育智能家居是在互联网影响之下物联化的体现。星空体育智能家居通过物联网技术将家中的各种设备(如音视频设备、照明系统、窗帘控制、空调控制、安防系统、数字影院系统、影音服务器、影柜系统、网络家电等)连接到一起,提供家电控制、照明控制、电话远程控制、室内外遥控、防盗报警、环境监测、暖通控制、红外转发以及可编程定时控制等多种功能和手段。与普通家居相比,星空体育智能家居不仅具有传统的居住功能,兼备建筑、网络通信、信息家电、设备自动化,提供全方位的信息交互功能,甚至为各种能源费用节约资金。...




新闻资讯


星空体育智能吸尘器
2024-02-27
  【维科杯】雷赛智能参评“维科杯·OFweek 2023中国呆板人行业年度中央零部件革新......
+
 * 【星空体育公司动态】星空体育追觅吸尘器Z10 station
     吸尘器举动家庭干净的必备用具,仍旧走进了千家万户。跟着消费者对付健壮和品德的需求接续提拔,吸尘器的商场范围也正在接续增添。此中,无线手持吸尘器依据其便捷、机动星空体育、高效的上风,成为商场的主流品类,攻克了商场的半壁山河。  然而,市情......
 * 【星空体育公司动态】星空体育五一大扫除不能少 多款智能吸尘器
     再过不久即是五一劳动节的幼长假了,正在假期里少不了亲友石友欢聚,迎来送往必弗成少,于是正在假期到来之前主妇们依然出手繁忙的扫除屋子了。  说起来主妇们委果禁止易,买房的时间总期望屋子大些再大些,扫除的时间可就不像买房时那样轻松愉逸了,地......
 * 【星空体育公司动态】星空体育以创新AI技术重塑家庭清洁体验
     今天,三星电子布告将正在2024年国际消费类电子产物博览会(CES 2024)上展出搭载进步AI本事的全新吸尘器系列Bespoke Jet Bot
   Combo。这款吸尘机械人具有升级的AI本事和蒸汽干净效力,将为用户供给尤其轻松便捷的干......




联系方式

CONTACT US

星空体育·(中国)官方网站

电话:18827081456
传真:+86-18827081456
手机:18827081456
Q Q:563987634
邮箱:563987634@qq.com
地址:杭州市西湖区留下街道留和路56号2幢208室

姓名

电话

邮箱

地址

提交


Copyright© 2022-2024 星空体育 版权所有HTML地图 XML地图 txt地图   闽ICP备2021002848号
TOP