www.reliancedecor.com Open in urlscan Pro
120.79.203.5  Public Scan

Submitted URL: http://www.reliancedecor.com/
Effective URL: http://www.reliancedecor.com/index.html
Submission: On May 23 via api from IN — Scanned from DE

Form analysis 1 forms found in the DOM

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" onsubmit="return checkForm();" id="commentform" class="comment-form">
  <p class="comment-notes"><span id="email-notes">Your email address will not be published.</span> <span class="required-field-message">Required fields are marked <span class="required">*</span></span></p>
  <p class="comment-form-author">
    <label for="attr_30">Name <span class="required">*</span></label>
    <input id="attr_30" name="attr_30" type="text" value="" size="30" maxlength="245">
  </p>
  <p class="comment-form-url">
    <label for="attr_31">Phone</label>
    <input id="attr_31" name="attr_31" type="text" value="" size="30" maxlength="200">
  </p>
  <p class="comment-form-email">
    <label for="attr_32">Email <span class="required">*</span></label>
    <input id="attr_32" name="attr_32" type="text" value="" size="30" maxlength="100">
  </p>
  <p class="comment-form-comment">
    <label for="attr_33">Comment <span class="required">*</span></label>
    <textarea id="attr_33" name="attr_33" cols="45" rows="8" maxlength="65525"></textarea>
  </p>
  <p class="form-submit">
    <input name="submit" type="submit" id="submit" class="submit" value="Post Comment">
  </p>
  <input type="hidden" name="gourl" id="gourl_17d212f1de6ac65f454f3dc0eccf3bc0" value="http%3A%2F%2Fwww.reliancedecor.com%2Findex.html"><input type="hidden" name="typeid" value="30"><input type="hidden"
    name="__token__17d212f1de6ac65f454f3dc0eccf3bc0" id="17d212f1de6ac65f454f3dc0eccf3bc0" value="b613b0ec90b8da0049c3ab9fd8d22d87"><input type="hidden" name="form_type" value="0">
  <script type="text/javascript">
    function submit17d212f1de6ac65f454f3dc0eccf3bc0(elements) {
      if (document.getElementById('gourl_17d212f1de6ac65f454f3dc0eccf3bc0')) {
        document.getElementById('gourl_17d212f1de6ac65f454f3dc0eccf3bc0').value = encodeURIComponent(window.location.href);
      }
      var x = elements;
      for (var i = 0; i < x.length; i++) {
        if (x[i].name == 'attr_31' && !(/^1\d{10}$/.test(x[i].value)) && x[i].value.length > 0) {
          alert('Phone Incorrect format!!');
          return false;
        }
        if (x[i].name == 'attr_32' && !(/^[A-Za-z0-9\u4e00-\u9fa5]+@[a-zA-Z0-9_-]+(\.[a-zA-Z0-9_-]+)+$/.test(x[i].value)) && x[i].value.length > 0) {
          alert('Email Incorrect format!!');
          return false;
        }
      }
      elements.submit();
    }

    function ey_fleshVerify_1709174210(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 f3f457be9ed43b5d86b10ebcbc780e8c2() {
      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__17d212f1de6ac65f454f3dc0eccf3bc0");
      ajax.onreadystatechange = function() {
        if (ajax.readyState == 4 && ajax.status == 200) {
          document.getElementById("17d212f1de6ac65f454f3dc0eccf3bc0").value = ajax.responseText;
          document.getElementById("gourl_17d212f1de6ac65f454f3dc0eccf3bc0").value = encodeURIComponent(window.location.href);
        }
      }
    }
    f3f457be9ed43b5d86b10ebcbc780e8c2();

    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

 * HOME
 * ABOUT US
   * COMPANY PROFILE
   * COMPANY HISTORY
   * TEST REPORTS
   * Certifications
   * VALUE AND CULTURE
   * Exhibition
   * WHY CHOOSE US
   * FAQ
 * PRODUCTS
   * WPC WALL PANEL
   * WPC PANEL OUTDOOR
   * ACOUSTIC PANEL
   * 3D PRINTING UV BOARD
   * SPC FLOORING
   * MDF FLOORING
   * ARTIFICIAL PLANT
   * PVC FOAM BOARD
   * WPC DECKING
   * PU STONE
   * PS WALL PANEL/LINE
   * WPC WOOD PANEL
   * FILM FACED PLYWOOD
   * MDF SLOT BOARD/WOOD
 * MESSAGE
 * CONTACT

Menu
 * Home
 * ABOUT US
   * COMPANY PROFILE
   * COMPANY HISTORY
   * TEST REPORTS
   * Certifications
   * VALUE AND CULTURE
   * Exhibition
   * WHY CHOOSE US
   * FAQ
 * PRODUCTS
   * WPC WALL PANEL
   * WPC PANEL OUTDOOR
   * ACOUSTIC PANEL
   * 3D PRINTING UV BOARD
   * SPC FLOORING
   * MDF FLOORING
   * ARTIFICIAL PLANT
   * PVC FOAM BOARD
   * WPC DECKING
   * PU STONE
   * PS WALL PANEL/LINE
   * WPC WOOD PANEL
   * FILM FACED PLYWOOD
   * MDF SLOT BOARD/WOOD
 * MESSAGE
 * CONTACT

 * 
 * 
 * 
 * 

 * 
 * 
 * 
 * 


PROFESSIONAL WPC&PVC BOARD MANUFACTURER


GLOBAL SUPPLIER OF WOOD PLASTIC COMPOSITE

Shandong Reliance New Decoration Materials Co.Ltd is a professional manufacturer
of various kinds of new decoration materials which have 20 years export
experience that makes us very professional for each market. It is located in
Linyi city, Shandong Province, China. The main products are PVC foam board, PVC
marble sheet, WPC wall panel(Interior and exterior), WPC decking, WPC timber
tubes, SPC Flooring, PS Panel,PU culture Stone and related accessories, etc. Our
fa......

 

About Us


NEW PRODUCTS

MDF SLOTTED WOOD
SIZE DESCRIPTION COLOR CARD SELECTION COMPANY INTRODUCTION ...
MDF SLOTTED WOOD
COLOR CARD SELECTION SIZE DESCRIPTION PEAL SHOT SHOW ...
244*122*1.5 MDF SLOTTED BOARD
COLOR SHOT SHOW SIZE DESCRIPTION PEAL SHOT SHOW ...
MDF SLOTTED BOARD
SIZE DESCRIPTION PEAL SHOT SHOW COLOR CARD SELECTION
HHOT PRODUCT FILM FACED PLYWOO

1220*2440*8MM WPC WOOD PANEL
+



HIGH DURABILITY UPHOLSTERY MATERIALS FOR HOMES AND BUSINESSES

Contact Us
160*22 WPC WALL PANEL

160*22 WPC WALL PANEL

WPC WALL PANEL




MADE IN CHINA


NEW DECORATION MATERIALS

The biggest advantage of WPC is that its raw materials can be recycled, which
meets people’s environmental protection requirements. Wood-composite plastics
are less expensive to maintain than solid wood. The low life cycle cost of WPC
makes it one of the most popular finishing materials.

Contact Us
155*20*2900MM WPCPANEL OUTDOOR
WPC PANEL OUTDOOR/DECKING
GOOD QUALITY WPC PANEL OUTDOOR



FAQ

  Q: Do you offer free samples ?
  A: Yes,we can offer free samples, customer only afford the delivery or courier
cost.

  Q: Can products be customized according to customer’s samples?
  A: Yes, we can produce by your sample,we have professional product team which
can meet your product's requirements.

 

  Q: Do you provide related accessories?

  A: Yes,we will provide related accessories,we can give you quotation of
accessories according to your size.  

 

  Q: How about your MOQ?

  A: Usually, our MOQ is 2000 meters/product. 

 

  Q:How soon will you provide quotation after inquiry?

  A:Usually give you price within 10 hours.


  Q: What’s your delivery time ?

  A: Normally, within 20 days after your deposit payment,but also it depend on
your quantity and items.





CONTACT







Shandong Reliance New Decoration Materials Co.,Ltd.

Add.: Economic Development Zone,New District,Linyi City,Shandong Province,China.




Mobile:  +86-15588187369

+86-13869955177

Available for Whatsapp and Wechat

 

Email: sales@reliancedecor.com

 

Website:http://www.reliancedecor.com

 





LEAVE A REPLY

Your email address will not be published. Required fields are marked *

Name *

Phone

Email *

Comment *




CONTACT US

Huangdao District, Qingdao, Shandong Province

 * Email: sales@reliancedecor.com
 * Mobile: 15588187369

Available for WhatsApp and Wechat


OUR PRODUCTS

 * WPC WALL PANEL
 * WPC PANEL OUTDOOR
 * ACOUSTIC PANEL
 * 3D PRINTING UV BOARD
 * SPC FLOORING
 * MDF FLOORING
 * ARTIFICIAL PLANT
 * PVC FOAM BOARD
 * WPC DECKING
 * PU STONE
 * PS WALL PANEL/LINE
 * WPC WOOD PANEL
 * FILM FACED PLYWOOD
 * MDF SLOT BOARD/WOOD



China WPC Supplier

 * HOME
 * ABOUT US
   * COMPANY PROFILE
   * COMPANY HISTORY
   * TEST REPORTS
   * Certifications
   * VALUE AND CULTURE
   * Exhibition
   * WHY CHOOSE US
   * FAQ
 * PRODUCTS
   * WPC WALL PANEL
   * WPC PANEL OUTDOOR
   * ACOUSTIC PANEL
   * 3D PRINTING UV BOARD
   * SPC FLOORING
   * MDF FLOORING
   * ARTIFICIAL PLANT
   * PVC FOAM BOARD
   * WPC DECKING
   * PU STONE
   * PS WALL PANEL/LINE
   * WPC WOOD PANEL
   * FILM FACED PLYWOOD
   * MDF SLOT BOARD/WOOD
 * MESSAGE
 * CONTACT

鲁ICP备2023030717号-1