m.baiduscg.com Open in urlscan Pro
38.238.252.136  Public Scan

URL: https://m.baiduscg.com/
Submission: On April 27 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

Name: searchGET /index.php?m=home&c=Search&a=lists

<form method="get" action="/index.php?m=home&amp;c=Search&amp;a=lists" name="search" id="search">
  <input type="hidden" name="m" value="home"><input type="hidden" name="c" value="Search"><input type="hidden" name="a" value="lists"><input type="hidden" name="lang" value="cn"> <input class="input-text-w input-search-w" type="text"
    placeholder="搜索内容" name="keywords" value="">
  <div class="btn-default-w search-btn-w" onclick="javascript:document.search.submit();"> <span class="btn-inner">搜索</span> </div>
</form>

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

<form method="POST" 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 col-li-div" data-id="1225728" data-type="1">
    <div class="col-table">
      <table class="div-table" width="100%">
        <tbody>
          <tr>
            <td class="td-w" width="50%">
              <div class="div-padding">
                <div class="li-div">
                  <div class="w-form-section  clearfix" style="">
                    <div class="w-form-shartText">
                      <label class="w-label-form"> <span>姓名</span> <span class="star_note">*</span> </label>
                      <div class="" style="">
                        <input class="w-text-form" style="width:100%" type="text" name="attr_1" id="attr_1">
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </td>
            <td class="td-w" width="50%">
              <div class="div-padding">
                <div class="li-div">
                  <div class="w-form-section  clearfix" style="">
                    <div class="w-form-tel">
                      <label class="w-label-form"> <span>邮箱</span> <span class="star_note">*</span> </label>
                      <div class="" style="">
                        <input class="w-text-form" style="width:100%" type="tel" name="attr_2" id="attr_2">
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </td>
          </tr>
        </tbody>
      </table>
    </div>
  </div>
  <div class="li-div">
    <div class="w-form-section clearfix" style="">
      <div class="w-form-largeText">
        <label class="w-label-form"> 留言内容 <span class="star_note">*</span> </label>
        <div class="" style="">
          <textarea class="w-textarea-form" style="width:100%;height:5em" name="attr_3" id="attr_3"></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_ba1bf594e1107bd10c26cd9ac26b406e" value="https%3A%2F%2Fwww.baiduscg.com"><input type="hidden" name="typeid" value="12"><input type="hidden" name="__token__ba1bf594e1107bd10c26cd9ac26b406e"
    id="ba1bf594e1107bd10c26cd9ac26b406e" value="">
  <script type="text/javascript">
    function submitba1bf594e1107bd10c26cd9ac26b406e(elements) {
      if (document.getElementById('gourl_ba1bf594e1107bd10c26cd9ac26b406e')) {
        document.getElementById('gourl_ba1bf594e1107bd10c26cd9ac26b406e').value = encodeURIComponent(window.location.href);
      }
      elements.submit();
    }

    function ey_fleshVerify_1714166976(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 fb839f35141008d3445071eddba9f4669() {
      var ajax = new XMLHttpRequest();
      ajax.open("post", "/index.php?m=api&c=Ajax&a=get_token", true);
      ajax.setRequestHeader("X-Requested-With", "XMLHttpRequest");
      ajax.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
      ajax.send("name=__token__ba1bf594e1107bd10c26cd9ac26b406e");
      ajax.onreadystatechange = function() {
        if (ajax.readyState == 4 && ajax.status == 200) {
          document.getElementById("ba1bf594e1107bd10c26cd9ac26b406e").value = ajax.responseText;
          document.getElementById("gourl_ba1bf594e1107bd10c26cd9ac26b406e").value = encodeURIComponent(window.location.href);
        }
      }
    }
    fb839f35141008d3445071eddba9f4669();

    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", true);
          // 给头部添加ajax信息
          ajax.setRequestHeader("X-Requested-With", "XMLHttpRequest");
          // 如果需要像 HTML 表单那样 POST 数据,请使用 setRequestHeader() 来添加 HTTP 头。然后在 send() 方法中规定您希望发送的数据:
          ajax.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
          //步骤三:发送请求+数据
          ajax.send("pid=" + value);
          //步骤四:注册事件 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

易倍.(中国)体育官方网站-EMC SPORTS

搜索
 * 首页
 * 易倍.(中国)体育官方网站-EMC SPORTS
   返回
    * 公司简介
    * 荣誉资质

 * 产品中心
   返回
    * 家居产品
    * 办公家具
    * 定制家具

 * 新闻资讯
   返回
    * 公司动态
    * 新闻资讯

 * 易倍.(中国)体育官方网站-EMC SPORTS
   

 * 首页
 * 易倍.(中国)体育官方网站-EMC SPORTS
   返回
    * 公司简介
    * 荣誉资质

 * 产品中心
   返回
    * 家居产品
    * 办公家具
    * 定制家具

 * 新闻资讯
   返回
    * 公司动态
    * 新闻资讯

 * 易倍.(中国)体育官方网站-EMC SPORTS
   


 * 
 * 

1
2
PrevNext


PRODUCT

产品中心



产品名称八

· 时尚定制优雅素洁的视觉享受,平衡设计艺术与力学的结合。纹...


产品名称七

· 时尚定制优雅素洁的视觉享受,平衡设计艺术与力学的结合。纹...


产品名称六

· 时尚定制优雅素洁的视觉享受,平衡设计艺术与力学的结合。纹...


产品名称五

· 时尚定制优雅素洁的视觉享受,平衡设计艺术与力学的结合。纹...


产品名称四

· 时尚定制优雅素洁的视觉享受,平衡设计艺术与力学的结合。纹...


产品名称三

· 时尚定制优雅素洁的视觉享受,平衡设计艺术与力学的结合。纹...

ABOUT US
易倍.(中国)体育官方网站-EMC SPORTS

易倍.(中国)体育官方网站-EMC
SPORTS、买球平台、真人娱乐、电子游艺、电竞、竞技、百家乐、彩票、棋牌、以客户为中心,以市场为导向,致力于打造中国最有品牌影响力的娱乐游戏直营品牌,成就了易倍.(中国)体育官方网站-EMC
SPORTS有限公司成为游戏品牌中的卓越地位。易倍.(中国)体育官方网站-EMC...



NEWS INFORMATION

新闻资讯

 * 【公司动态】易倍体育实木家具十大知名品牌排行 选家具


 * 【公司动态】见证品牌易倍体育之力!第八届“中品榜”2
    易倍体育家具板作为家居装饰市场上的主要产品之一,近年来随着家装市场的蓬勃发展,其需求量和市场规模不断攀升。据相关数据显...
 * 【公司动态】易倍体育2024年中品榜环保板材十大品牌
    易倍体育4月10日,由品牌之家与兔宝宝联合主办,千山板材、板管家板材、苏木匠倾情赞助,康源绿洲板材协办的赓续前行|第八...
 * 【新闻资讯 】易倍体育2024中国商用家具领军品牌榜单
    易倍体育近日,招投标供应链品牌推介平台发布了备受各界关注的“2024中国商用家具领军品牌”榜单。圣奥、华盛、黎明、京泰...


LINKS
+ 友链入口
易倍.(中国)体育官方网站-EMC SPORTS

NAVIGATION
+ 底部导航
易倍.(中国)体育官方网站-EMC SPORTS     产品中心      新闻资讯     
易倍.(中国)体育官方网站-EMC SPORTS    

姓名 *

邮箱 *


留言内容 *

提交

Copyright © 2012-2018 易倍.(中国)体育官方网站-EMC SPORTS公司 版权所有 非商用版本
     沪ICP备14020083号-3
TOP



51La