covoo101.com Open in urlscan Pro
219.234.30.71  Public Scan

URL: https://covoo101.com/
Submission: On June 22 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

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 submit00979ae0b00b13d1afb581dfa0e12744(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_00979ae0b00b13d1afb581dfa0e12744" value="https%3A%2F%2Fcovoo101.com%2F"><input type="hidden" name="typeid" value="2"><input type="hidden" name="__token__00979ae0b00b13d1afb581dfa0e12744"
    id="00979ae0b00b13d1afb581dfa0e12744" value="2ba59e6017e5dea803c27e51f306cde4"><input type="hidden" name="form_type" value="1">
  <script type="text/javascript">
    function submit00979ae0b00b13d1afb581dfa0e12744(elements) {
      if (document.getElementById('gourl_00979ae0b00b13d1afb581dfa0e12744')) {
        document.getElementById('gourl_00979ae0b00b13d1afb581dfa0e12744').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_1719068075(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__00979ae0b00b13d1afb581dfa0e12744");
      ajax.onreadystatechange = function() {
        if (ajax.readyState == 4 && ajax.status == 200) {
          document.getElementById("00979ae0b00b13d1afb581dfa0e12744").value = ajax.responseText;
          document.getElementById("gourl_00979ae0b00b13d1afb581dfa0e12744").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('Please select ', ''));
          var ajax = new XMLHttpRequest();
          ajax.open("post", "/index.php?m=api&c=Ajax&a=get_region", true);
          ajax.setRequestHeader("X-Requested-With", "XMLHttpRequest");
          ajax.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
          ajax.send("pid=" + value);
          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 /?m=home&c=Search&a=lists

<form method="get" action="/?m=home&amp;c=Search&amp;a=lists" onsubmit="return searchForm();">
  <input class="search-ipt" type="text" name="keywords" id="keywords" placeholder="Search keyword...">
  <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

Have a question? Give us a call: 15968184389
 * Home
 * ABOUT
 * PRODUCTS
   * Planting bags
   * Planting rock wool
   * Turkey bag
   * Planting rods
 * NEWS
 * CONTACT

1/1
1/1




DEDICATED TO ABOUT

COVOO is affiliated to Dongke Enterprise Services (Hangzhou) Co., Ltd., which is
a trader specialized in planting equipment. It is specialized in the sales of
products around planting. The main products are: tidal seedbeds, octopus lights,
carbon dioxide blowers, greenhouse dehumidifiers, directional spray fans,
non-woven planting bags, plastic flower pots, nitrile gloves, planting poles and
other products. If you need planting equipment or have any related needs, please
contact us at any time, and we will serve you wholeheartedly. The same price is
better than quality, and the same quality is better than price. We believe that
our products can definitely meet your satisfaction!!...

Go to company profile


PRODUCTS

SPECIALIZING IN THE PRODUCTION OF COSMETICS, BEAUTY PRODUCTS SPECIAL FAN AND
VENTILATION PRODUCTS LOREM IPSUM DOLOR SIT AMET, CONSECTETUR ADIPISCING ELI
BLANDIT MASSA IM.


 * PLANTING RODS


 * TURKEY BAG


 * PLANTING ROCK WOOL


 * PLANTING BAGS

Read More


NEWS




BOOST YOUR BRAND WITH A FONT SOLUTION FROM MICRO MATIC

Read more



GET EMAIL UPDATES

For inquiries about our products or pricelist, please leave your email to us and
we will be in touch within 24 hours.
Sign Up


CONTACT US

Hangzhou City, Zhejiang Province
 * Tel:15968184389
 * Phone:15968184389
 * Email:Jonepotato@163.com


ABOUT




PRODUCTS

 * Planting bags
 * Planting rock wool
 * Turkey bag
 * Planting rods


NEWS




CONTACT


 * 
 * 
 * 
 * 
 * 


Send Email Skype Chat Send Inquiry

LiveChat关闭



LEAVE YOUR MESSAGE

 * 
 * 
 * 
 * 



Hit enter to search or ESC to close