nh-tengxiang.com Open in urlscan Pro
154.26.204.111  Public Scan

URL: https://nh-tengxiang.com/
Submission: On December 21 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="tel" 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="email" 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>
  <input type="hidden" name="gourl" id="gourl_3757c0f65474528d730f6220a551b75c" value="https%3A%2F%2Fnh-tengxiang.com%2F"><input type="hidden" name="typeid" value="5"><input type="hidden" name="__token__3757c0f65474528d730f6220a551b75c"
    id="3757c0f65474528d730f6220a551b75c" value="813d5a838f0b0acc2171f7b025288c4b"><input type="hidden" name="form_type" value="0">
  <script type="text/javascript">
    function submit3757c0f65474528d730f6220a551b75c(elements) {
      if (document.getElementById('gourl_3757c0f65474528d730f6220a551b75c')) {
        document.getElementById('gourl_3757c0f65474528d730f6220a551b75c').value = encodeURIComponent(window.location.href);
      }
      elements.submit();
    }

    function ey_fleshVerify_1703078216(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 f0244d978bc31407d3ded05cb71735d1b() {
      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__3757c0f65474528d730f6220a551b75c");
      ajax.onreadystatechange = function() {
        if (ajax.readyState == 4 && ajax.status == 200) {
          document.getElementById("3757c0f65474528d730f6220a551b75c").value = ajax.responseText;
          document.getElementById("gourl_3757c0f65474528d730f6220a551b75c").value = encodeURIComponent(window.location.href);
        }
      }
    }
    f0244d978bc31407d3ded05cb71735d1b();

    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

BG真人·(中国)官网平台

 * 首页
 * 关于我们
 * 新闻资讯
 * 产品中心
 * 联系我们
   

 * 首页
 * 关于我们
 * 新闻资讯
 * 产品中心
 * 联系我们
   


 * none
 * none

1
2
PrevNext


产品中心




产品名称八


产品名称七


产品名称六


产品名称五


产品名称四


产品名称三




关于我们


BG真人·(中国)官网平台

核心价值观:诚信、创新、服务企业核心: 诚信 企业精神: 团结拼搏、开拓求实、满足用户、科技进步。
客户:为客户提供高质量和最大价值的专业化产品和服务,以真诚和实力赢得客户的理解、尊重和支持。市场:为客户降低采购成本和风险,为客户投资提供切实保障。
发展:追求永续发展的目标,并把它建立在客户满意的基础上。 关...

查看更多



联系方式

CONTACT US

BG真人·(中国)官网平台

电话:400-123-4567
传真:+86-123-4567
邮箱:admin@youweb.com
Q Q:1234567890
地址:广东省广州市天河区88号


姓名

电话

邮箱

内容

提交


Copyright ? 2012-2024 BG真人·(中国)官网平台 版权所有 非商用版本   鄂ICP备17008327号-18
TOP