bjbdfyy.yiyuanku8.com Open in urlscan Pro
123.56.118.39  Public Scan

Submitted URL: http://bjbdfyy.yiyuanku8.com/
Effective URL: https://bjbdfyy.yiyuanku8.com/
Submission: On May 21 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

GET /index.php?m=home&c=Search&a=lists

<form method="get" action="/index.php?m=home&amp;c=Search&amp;a=lists" onsubmit="return searchForm();">
  <input class="search-ipt" type="text" name="keywords" id="keywords" placeholder="SEARCH FOR...">
  <button class="search-btn" type="submit"></button>
  <span id="btn-search"></span> <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="method" value="1">
</form>

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

<form method="POST" action="/index.php?m=home&amp;c=Lists&amp;a=gbook_submit&amp;lang=cn" enctype="multipart/form-data" onsubmit="return submit2af61e24a1f60998796d9d59106bb6b6(this);" class="ch_form">
  <ul>
    <li class="item item_name">
      <input type="text" name="attr_2" id="attr_2" placeholder="* Name">
    </li>
    <li class="item item_email">
      <input type="text" name="attr_4" id="attr_4" placeholder="* Email">
    </li>
    <li class="item item_phone">
      <input type="text" name="attr_3" id="attr_3" placeholder="Phone">
    </li>
    <li class="item item_message">
      <textarea name="attr_5" id="attr_5" placeholder="* Message"></textarea>
    </li>
  </ul>
  <div class="item item_submit">
    <input type="submit" value="Send" name="submit" class="submit_btn gtm_submit_btn" style=" margin:0">
  </div>
  <br>
  <input type="hidden" name="gourl" id="gourl_2af61e24a1f60998796d9d59106bb6b6" value="https%3A%2F%2Fbjbdfyy.yiyuanku8.com%2F"><input type="hidden" name="typeid" value="2"><input type="hidden" name="__token__2af61e24a1f60998796d9d59106bb6b6"
    id="2af61e24a1f60998796d9d59106bb6b6" value="e70304bc4cb1d36319b60c2488b42c3d"><input type="hidden" name="form_type" value="1">
  <script type="text/javascript">
    function submit2af61e24a1f60998796d9d59106bb6b6(elements) {
      if (document.getElementById('gourl_2af61e24a1f60998796d9d59106bb6b6')) {
        document.getElementById('gourl_2af61e24a1f60998796d9d59106bb6b6').value = encodeURIComponent(window.location.href);
      }
      var x = elements;
      for (var i = 0; i < x.length; i++) {
        if (x[i].name == 'attr_2' && x[i].value.length == 0) {
          alert('Name Cannot be empty!');
          return false;
        }
        if (x[i].name == 'attr_3' && x[i].value.length == 0) {
          alert('Phone Cannot be empty!');
          return false;
        }
        if (x[i].name == 'attr_4' && x[i].value.length == 0) {
          alert('Email Cannot be empty!');
          return false;
        }
      }
      elements.submit();
    }

    function ey_fleshVerify_1716287231(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 f49666bdc223263c7c2e197462addabc3() {
      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__2af61e24a1f60998796d9d59106bb6b6");
      ajax.onreadystatechange = function() {
        if (ajax.readyState == 4 && ajax.status == 200) {
          document.getElementById("2af61e24a1f60998796d9d59106bb6b6").value = ajax.responseText;
          document.getElementById("gourl_2af61e24a1f60998796d9d59106bb6b6").value = encodeURIComponent(window.location.href);
        }
      }
    }
    f49666bdc223263c7c2e197462addabc3();

    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>

GET /index.php?m=home&c=Search&a=lists

<form method="get" action="/index.php?m=home&amp;c=Search&amp;a=lists" onsubmit="return searchForm();">
  <input class="search-ipt" type="text" name="keywords" id="keywords" placeholder="Start Typing...">
  <input class="search-btn" type="submit">
  <span class="search-attr">Hit enter to search or ESC to close</span> <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="method" value="1">
</form>

Text Content

 * Home
 * ABOUT
 * PRODUCTS
   * SCISSOR LIFT
     * Manlift
     * Forklift
   * COMPACTION
   * EARTHMOVING
   * EXCAVATOR
   * Cable reel
   * Tripod
 * NEWS
 * DOWNLOAD
 * CONTACT


1/2
1/2



SCISSOR LIFT

Mainly engaged in the production of cable coiling pipe and other products

MORE DETAILS


COMPACTION

Mainly engaged in the production of cable coiling pipe and other products

MORE DETAILS


EARTHMOVING

Mainly engaged in the production of cable coiling pipe and other products

MORE DETAILS


EXCAVATOR

Mainly engaged in the production of cable coiling pipe and other products

MORE DETAILS


CABLE REEL

Mainly engaged in the production of cable coiling pipe and other products

MORE DETAILS


TRIPOD

Mainly engaged in the production of cable coiling pipe and other products

MORE DETAILS


OUR PRODUCTS

PROCESSING, CUSTOMIZATION, AND PROCESS

Our company checks the product quality from the source, and checks the
production process of our products layer by layer Grenada can leave factory to
ensure good quality.
Contact a Our


PRODUCTS

 * SCISSOR LIFT
 * COMPACTION
 * EARTHMOVING
 * EXCAVATOR
 * Cable reel
 * Tripod


MANLIFT

Heavy Duty Telehandler

MORE DETAILS



MANLIFT

Truck Crane, Isolated

MORE DETAILS



MANLIFT

Cat C4.4 ACERT With Twin Turbo

MORE DETAILS



MANLIFT

35000 – 39000 Lbs, Excavator

MORE DETAILS


COMPACTION

15ft – 21ft Electric Scissor Lift

MORE DETAILS



COMPACTION

150ft-Articulating Boom Lift

MORE DETAILS



COMPACTION

Cat® C32 ACERT

MORE DETAILS



COMPACTION

Yellow Dumper

MORE DETAILS


EARTHMOVING

The Core Electric Forklift

MORE DETAILS



EARTHMOVING

Wz15-10 Wheel Excavator Loader

MORE DETAILS



EARTHMOVING

60 Inch, Diesel, Double Drum, Ride-On Roller

MORE DETAILS



EARTHMOVING

220X EXCAVATOR

MORE DETAILS



 * 
 * 
 * 
 * 


ABOUT

We are committed to providing our customers with super exceptional service while
offering our employees the best training and a working environment in which they
can excel best of all place for more than a half century.This company focus has
been in place for more than a half century. We are committed to providing our
customers with exceptional service while offering our employees the best
training best of all and a working environment.We are committed to providing our
customers with super exceptional service while offering our employees the best
training and a working environment in which the...
Years of experience Strict quality inspection Good selection Widely used


OUR ADVANTAGE

PROCESSING, CUSTOMIZATION, AND PROCESS

Our company checks the product quality from the source, and checks the
production process of our products layer by layer Grenada can leave factory to
ensure good quality.Contact a Our


 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 


NEWS



 * 2023-11-08
   
   BLOG POST WITH YOUTUBE VIDEO

 * 2023-11-08
   
   BLOG POST WITH CUSTOM QUOTE

 * 2023-11-08
   
   IT REALLY COMES DOWN TO UNDERSTANDING THE STEPS




CONTACT US

 * Phone: 020-88888888
 * Email: youweb@qq.com
 * Address: Guangzhou City, Guangdong Province

INQUIRY NOW
 * 
 * 
 * 
 * 
 * 
 * 

北京白癜风专科医院,北京白癜风专科医院哪家好,北京白癜风专科医院排名,北京白癜风专科医院地址,北京白癜风专科医院电话 非商用版本
Send Inquiry Skype Chat Send Email

LiveChat关闭



LEAVE YOUR MESSAGE

 * 
 * 
 * 
 * 



Hit enter to search or ESC to close