rq5j0.cn Open in urlscan Pro
154.216.131.120  Public Scan

Submitted URL: https://rq5j0.cn/
Effective URL: https://rq5j0.cn/index.html
Submission: On August 14 via api from US — Scanned from GB

Form analysis 2 forms found in the DOM

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

<form class="search_form" method="get" action="/index.php?m=home&amp;c=Search&amp;a=lists" onsubmit="return searchForm();">
  <input type="text" name="keywords" id="keywords" placeholder="Search">
  <input type="submit" class="" value="">
  <div class="clear"></div>
  <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 class="ey-mxform" method="POST" action="/index.php?m=home&amp;c=Lists&amp;a=gbook_submit&amp;lang=cn" enctype="multipart/form-data" onsubmit="return submit9f349213192e2f020657faf1c6b719a6(this);">
  <div class="ey-field-container">
    <div class="ey-field ey-field-text ey-tcin-subject">
      <label class="ey-field-label">Title <span class="ey-required-label">*</span></label>
      <input type="text" id="attr_13" name="attr_13" class="ey-field-large ey-field-required">
    </div>
    <div class="ey-field ey-field-name">
      <label class="ey-field-label">Name <span class="ey-required-label">*</span></label>
      <input type="text" id="attr_2" name="attr_2" class="ey-field-large ey-field-required">
    </div>
    <div class="ey-field ey-field-text">
      <label class="ey-field-label">Phone <span class="ey-required-label">*</span></label>
      <input type="text" id="attr_3" name="attr_3" class="ey-field-large ey-field-required">
    </div>
    <div class="ey-field ey-field-email">
      <label class="ey-field-label">Email <span class="ey-required-label">*</span></label>
      <input type="text" id="attr_4" name="attr_4" class="ey-field-large ey-field-required">
    </div>
    <div class="ey-field ey-field-textarea">
      <label class="ey-field-label">Message <span class="ey-required-label">*</span></label>
      <textarea class="ey-field-medium ey-field-required" type="text" id="attr_5" name="attr_5"></textarea>
    </div>
  </div>
  <div class="ey-submit-container">
    <button type="submit" class="ey-submit">Submit</button>
  </div>
  <input type="hidden" name="gourl" id="gourl_9f349213192e2f020657faf1c6b719a6" value="https%3A%2F%2Frq5j0.cn%2Findex.html"><input type="hidden" name="typeid" value="2"><input type="hidden" name="__token__9f349213192e2f020657faf1c6b719a6"
    id="9f349213192e2f020657faf1c6b719a6" value="4dbdc61eb1090395e284145717d65855"><input type="hidden" name="form_type" value="1">
  <script type="text/javascript">
    function submit9f349213192e2f020657faf1c6b719a6(elements) {
      if (document.getElementById('gourl_9f349213192e2f020657faf1c6b719a6')) {
        document.getElementById('gourl_9f349213192e2f020657faf1c6b719a6').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;
        }
        if (x[i].name == 'attr_13' && x[i].value.length == 0) {
          alert('Title Cannot be empty!');
          return false;
        }
      }
      elements.submit();
    }

    function ey_fleshVerify_1722135774(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__9f349213192e2f020657faf1c6b719a6");
      ajax.onreadystatechange = function() {
        if (ajax.readyState == 4 && ajax.status == 200) {
          document.getElementById("9f349213192e2f020657faf1c6b719a6").value = ajax.responseText;
          document.getElementById("gourl_9f349213192e2f020657faf1c6b719a6").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>

Text Content

IM电竞官网



Home
ABOUT
PRODUCTS
SCISSOR LIFT
COMPACTION
EARTHMOVING
EXCAVATOR
Cable reel
Tripod
NEWS
Industry news
information
DOWNLOAD
CASE
CONTACT




Request Quote
 * Home
 * ABOUT
 * PRODUCTS
   SCISSOR LIFT COMPACTION EARTHMOVING EXCAVATOR Cable reel Tripod
 * NEWS
   Industry news information
 * DOWNLOAD
 * CASE
 * CONTACT


Title *
Name *
Phone *
Email *
Message *
Submit
1
2
PrevNext
Various Types of Security Solutions im电竞官网
 * Solutions
   Start Sourcing for Free福州im电竞官网贸易有限公司
   
   Critical to everyday life, a country’s critical national infrastructure may
   become an attractive target for non-state actors or business organizations.
   
   View More
   
 * Solutions
   Change for You福州im电竞官网贸易有限公司
   
   Critical to everyday life, a country’s critical national infrastructure may
   become an attractive target for non-state actors or business organizations.
   
   View More
   
 * Solutions
   For Your Safety福州im电竞官网贸易有限公司
   
   Critical to everyday life, a country’s critical national infrastructure may
   become an attractive target for non-state actors or business organizations.
   
   View More
   

1 of 3
ABOUT

福州im电竞官网贸易有限公司  福州im电竞官网贸易有限公司成立于2009年12月,是一家专业从事鞋类设计、开发和生产的制造商和出口商。公司位于福建省福州市,交通便利。我们的产品都按照国际质量标准进行生产,公司有170多名员工,年销售额超过7000万美元。我们自己的工厂位于晋江,工厂占地面积达8000平方米,拥有2条装配线,月产量可达140000双。
  为提高客户满意度和品牌影响力,我们求实创新,卓越贡献,打造精品,为客户量身定制满足个性化需求。产品远销海内外,深受各国客户的好评。
  期待与您一起把我们的产品带向世界。世界因im电竞官网更精彩。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.Improve the transparency of traditional commodity
transactions and reduce transaction costs for both buyers and sellers. For
traditional commodities, such as coal, steel, ore and other products, the ori...

View More
 * 200+
   Patented Product
 * 300W+
   Loyal Customers
 * 69%
   Favorable Comment

PRODUCTS
 * The Core Electric Fo
   Read more
 * Wz15-10 Wheel Excava
   Read more
 * 60 Inch, Diesel, Dou
   Read more
 * 220X EXCAVATOR
   Read more
 * 15ft – 21ft Electric
   Read more
 * 150ft-Articulating B
   Read more
 * Cat® C32 ACERT
   Read more
 * Yellow Dumper
   Read more
 * Heavy Duty Telehandl
   Read more
 * Truck Crane, Isolate
   Read more


 * Critical Infrastructure福州im电竞官网贸易有限公司
   
   Mitigate drone attacks on critical infrastructure, military and civilian
   targets.

 * Public Security福州im电竞官网贸易有限公司
   
   Easily adapt to various application needs.

NEWS
 * im电竞官网app下载基于IPD体系的研发管理咨询
   
   im电竞官网app下载  10.研发计划更改无书面确认,*绩效评价结果不能与研发项目组成员的绩效考核挂钩,项目组长的奖惩同样执行“节点奖惩”,按会议级别召开会议

 * im电竞官网市场驱动的新产品开发流程和研发项目管理
   
   

 * im电竞官网下载安装手机版产业地产二级开发的10个坑及开发全流程
   
   

ABOUT
PRODUCTS SCISSOR LIFT COMPACTION EARTHMOVING EXCAVATOR Cable reel Tripod
NEWS Industry news information
Contact Us
020-88888888

Copyright 2012-2024 im电竞官网 版权所有 网站地图:| XML 地图 | TXT地图| HTML 地图 备案号:
Chen Mr Wang Mr Zhang
Jeska Kelus