www.bestarpipe.com Open in urlscan Pro
47.252.20.149  Public Scan

Submitted URL: http://www.bestarpipe.com/
Effective URL: https://www.bestarpipe.com/index.html
Submission Tags: https://phish.report @phish_report Search All
Submission: On February 15 via api from FI — Scanned from FI

Form analysis 2 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">
  <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="lang" value="cn"> <input type="text" name="keywords">
  <button type="submit">Search</button>
</form>

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 submit326d571cce002e0952c1d40a420cce49(this);" id="f_form">
  <input type="hidden" name="gourl" id="gourl_326d571cce002e0952c1d40a420cce49" value="https%3A%2F%2Fwww.bestarpipe.com%2Findex.html"><input type="hidden" name="typeid" value="108"><input type="hidden" name="__token__326d571cce002e0952c1d40a420cce49"
    id="326d571cce002e0952c1d40a420cce49" value="3c542643a9c7e095fdc5ac6c20e8eda0">
  <script type="text/javascript">
    function submit326d571cce002e0952c1d40a420cce49(elements) {
      if (document.getElementById('gourl_326d571cce002e0952c1d40a420cce49')) {
        document.getElementById('gourl_326d571cce002e0952c1d40a420cce49').value = encodeURIComponent(window.location.href);
      }
      var x = elements;
      for (var i = 0; i < x.length; i++) {
        if (x[i].name == 'attr_3' && !(/^[A-Za-z0-9\u4e00-\u9fa5]+@[a-zA-Z0-9_-]+(\.[a-zA-Z0-9_-]+)+$/.test(x[i].value))) {
          alert('邮箱格式不正确!');
          return false;
        }
      }
      elements.submit();
    }

    function ey_fleshVerify_1672797964(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 f663441971017e022129ba398181c1cb6() {
      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__326d571cce002e0952c1d40a420cce49");
      ajax.onreadystatechange = function() {
        if (ajax.readyState == 4 && ajax.status == 200) {
          document.getElementById("326d571cce002e0952c1d40a420cce49").value = ajax.responseText;
          document.getElementById("gourl_326d571cce002e0952c1d40a420cce49").value = encodeURIComponent(window.location.href);
        }
      }
    }
    f663441971017e022129ba398181c1cb6();

    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>
  <div class="input">
    <div class="input"><input type="text" required="" placeholder="* Name" class="required" id="attr_1" name="attr_1"><label class="tips"></label></div>
    <div class="input"><input type="text" required="" placeholder="* Tel" id="attr_2" name="attr_2"></div>
    <div class="input"><input type="text" required="" placeholder="* Email" class="required" id="attr_3" name="attr_3"><label class="tips"></label></div>
    <!--<div class="input"><input type="text"required placeholder="Time & Day Reference"name="reference"></div>-->
    <div class="input"><textarea placeholder="* Describe your requirement in detail" class="required" id="attr_4" name="attr_4"></textarea><label class="tips"></label>
    </div>
    <div class="input">
      <input type="submit" class="sub footer_submit" value="Submit">
    </div>
  </div>
</form>

Text Content

Search
0086-19873137996 sales@bestarpipe.com
English
Untranslated
 * French
 * German
 * Portuguese
 * Spanish
 * Russian
 * Japanese
 * Korean
 * Arabic
 * Greek
 * Turkish
 * Italian
 * Indonesian
 * Polish
 * Azerbaijani
 * Dutch
 * Filipino
 * Malay
 * Thai
 * Vietnamese
   More Language

 * Home
 * About Us
   * News
   * Company Culture
   * Our Team
 * Products
   * Oilfield tubulars (OCTG)
   * Stainless Steel Pipe
   * Seamless Steel Pipe & Tube
   * Welded Pipe & Tube
   * Coated Pipe
   * Pipe Fittings
   * Well Screen
   * Valves
 * Projects
 * Services
   * Pipe Packing
   * Pipe Customized
   * Pipe Slotting
   * Pipe Beveling
   * Pipe Grooving
   * Pipe Coating
   * Pipe Threading
   * Pipe Cutting
 * Quality Assurance
   * Equipments
   * Manufacturing Process
   * Quality Certificate
   * Third-party Testing
 * Contact Us

 * Home
 * About Us
   * News
   * Company Culture
   * Our Team
 * Products
   * Oilfield tubulars (OCTG)
   * Stainless Steel Pipe
   * Seamless Steel Pipe & Tube
   * Welded Pipe & Tube
   * Coated Pipe
   * Pipe Fittings
   * Well Screen
   * Valves
 * Projects
 * Services
   * Pipe Packing
   * Pipe Customized
   * Pipe Slotting
   * Pipe Beveling
   * Pipe Grooving
   * Pipe Coating
   * Pipe Threading
   * Pipe Cutting
 * Quality Assurance
   * Equipments
   * Manufacturing Process
   * Quality Certificate
   * Third-party Testing
 * Contact Us

Professional steel pipe manufacturer since 1993
Contact us today!
About Us

BESTAR is a China-leading product service provider and exporter of steel pipe,
also the most valuable subsidiary of Shinestar Holdings Group. BESTAR passed the
SGS Certification of China Supplier System, ISO9001 Quality Management System
Certification, ISO 14001 Environment Management System Certification, ISO45001
Occupational Health Safety Management System Certification and CE certification,
go...

Know more
WHAT WE DO

Bestar Steel is a well established company manufacturing Carbon Steel
Pipe&Fittings,we also manufacture special steel tubes&OCTG like
inconel,duplex,casing etc.

OUR MISSION

Our mission is to provide our clients the most reliable and exact match to their
requirement on time.We closely monitor the products from its raw-material stage
to its shipping stage,without compromising on Quality.

WHY CHOOSE US

Without timely deliveries of products will be off little help.We plan to deliver
goods which in turn facilitate you to complete your project without timeLag or
cost overrun.

Main products:carbon seamless steel pipe,ERW steel pipe,stainless steel
tube,SSAW&LSAW steel pipe,casing,tubing,drill pipe,hollow section,pipe fittings
etc.

Download seamless catalog Download stainless catalog
For the the latest information on products in stock, call:

0086-19873137996

Oilfield tubulars (OCTG)
Stainless Steel Pipe
Seamless Steel Pipe & Tube
Welded Pipe & Tube
Coated Pipe
Pipe Fittings


MANUFACTURING EXCELLENCE

Our seamless pipe mills mainly produce various carbon and alloy steel pipes
including oil gas pipe, pressure pipe, mechanical tubing, and stainless steel
tube, etcs. The pipe size ranges at φ8-φ1200mm with wall thickness1-200mm.

Learn More


QUALITY CONTROL

We assure to deliver furnish superior quality products with consistency at
economical price. We have developed work plans and quality objectives to meet
our best quality requirement for our customers. By timely reviewing and
monitoring the production process, we follow the quality control norms. This
helps us to upgrade our quality process to extreme levels.

Learn More


AUTHORITY TESTING

To certify the quality of your product we can carry out destructive and
non-destructive tests. Testing is carried to customer requirements and
specifications, in accordance with respective ASTM/ASME standards and
international specifications.

Learn More


VALUE-ADDED SERVICES

Many of our tube products are subject to treatments before they are processed
further. In order to relieve you from this extra handling, we offer a wide
variety of material treatments. This ensures a quicker production process for
you and a reduction of time and cost in the supply chain.

Learn More

Our Clients



START YOUR PROJECT TODAY

Send us a message


ABOUT US

 * 
 * Established in 1993,BESTAR is a professional enterprise integrating steel
   pipe manufacturing,technology research,and import&export trade.It is one of
   the best manufacturers of steel pipe in Hunan as well as the best exporter of
   steel pipes and various steel products.




NEWS

 * News
 * Company Culture
 * Our Team













CONTACT US

 * China Office:
 * 0086-19873137996
 * sales@bestarpipe.com
   
 * Hunan Steel Industrial Zone, No.9 Xiangfu Road, Changsha, Hunan, China





DROP A LINE

Get in touch with us today to find out more about our services.



Copyright © 2021 Seamless Steel Pipe,Tubing and Casing, API 5L line pipe-Bestar
Steel Co., Ltd.All rights reserved.