www.venezina.com Open in urlscan Pro
43.224.154.202  Public Scan

Submitted URL: http://www.venezina.com/
Effective URL: https://www.venezina.com/
Submission: On September 10 via manual from PH — Scanned from SG

Form analysis 3 forms found in the DOM

GET /search.html

<form method="get" action="/search.html" class="search_form" onsubmit="return searchForm();">
  <input type="text" name="keywords" id="keywords" class="input radius-none text-middle" value="Please enter keywords" onfocus="this.value=''" onblur="if(!value){value=defaultValue}">
  <button type="submit" name="submit" value="https://www.venezina.com"></button>
  <div class="clear"></div>
  <input type="hidden" name="method" value="1">
</form>

GET /search.html

<form method="get" action="/search.html" class="h_search_form" onsubmit="return searchForm();">
  <input type="text" name="keywords" class="text fl" value="Please enter keywords" onfocus="this.value=''" onblur="if(!value){value=defaultValue}">
  <input type="submit" class="sub_btn fr" value="">
  <input type="hidden" name="method" value="1">
</form>

Name: note_formPOST /index.php?m=home&c=Lists&a=gbook_submit&lang=cn

<form name="note_form" id="note_form1" method="POST" enctype="multipart/form-data" action="/index.php?m=home&amp;c=Lists&amp;a=gbook_submit&amp;lang=cn">
  <div class="rows input_rows">
    <input name="attr_1" type="text" id="name1" class="input" size="50" maxlength="50" placeholder="Name" notnull="https://www.venezina.com">
    <font class="fc_red">*</font>
  </div>
  <div class="rows input_rows">
    <input name="attr_3" type="text" id="company1" class="input" size="30" maxlength="100" placeholder="Company" notnull="https://www.venezina.com">
  </div>
  <div class="rows input_rows">
    <input name="attr_2" type="text" class="input" size="30" maxlength="20" placeholder="Phone">
  </div>
  <div class="rows input_rows">
    <input name="attr_26" type="text" id="email1" class="input" size="30" maxlength="100" format="Email" placeholder="Email" notnull="https://www.venezina.com">
    <font class="fc_red">*</font>
  </div>
  <div class="rows textarea_rows">
    <textarea name="attr_24" id="body1" class="form_area contents" placeholder="If you have any suggestions or question for us.Please contact us." notnull="https://www.venezina.com"></textarea>
    <font class="fc_red">*</font>
  </div>
  <div class="clear"></div>
  <div class="rows">
    <input name="button" id="note_btn1" type="button" class="form_button" value="Submit">
  </div>
  <input type="hidden" name="gourl" id="gourl_45d18e4810d56063cc969952b640555f" value="https%3A%2F%2Fwww.venezina.com%2F"><input type="hidden" name="typeid" value="30"><input type="hidden" name="__token__45d18e4810d56063cc969952b640555f"
    id="45d18e4810d56063cc969952b640555f" value="a7df532f74c18bba98f937dcc32d8b9e"><input type="hidden" name="form_type" value="0">
  <script type="text/javascript">
    function submit45d18e4810d56063cc969952b640555f(elements) {
      if (document.getElementById('gourl_45d18e4810d56063cc969952b640555f')) {
        document.getElementById('gourl_45d18e4810d56063cc969952b640555f').value = encodeURIComponent(window.location.href);
      }
      var x = elements;
      for (var i = 0; i < x.length; i++) {
        if (x[i].name == 'attr_1' && x[i].value.length == 0) {
          alert('姓名不能为空!');
          return false;
        }
      }
      elements.submit();
    }

    function ey_fleshVerify_1725936377(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__45d18e4810d56063cc969952b640555f");
      ajax.onreadystatechange = function() {
        if (ajax.readyState == 4 && ajax.status == 200) {
          document.getElementById("45d18e4810d56063cc969952b640555f").value = ajax.responseText;
          document.getElementById("gourl_45d18e4810d56063cc969952b640555f").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

English
Home
About Us About Us Focus on R&D Advantages
Products Interior Lights Exterior lights
News Industry News Media Reports Cases Company News
Download Catalogue Module
FAQ
Contact Us
English



Home

About Us
About Us Focus on R&D Advantages


Products
Interior Lights
 * Module down lights
 * Recessed down lights
 * Surface-mounted lights
 * Wall lights
 * Track lights
 * Strip Lights

Exterior lights
 * IP65 Recessed down Lights
 * IP65 Surface-mounted Ceiling lights
 * IP65 Wall lights
 * IP65/IP67 Strip Lights
 * IP65 High bay light
 * IP67 Neon flex



News
Industry News Media Reports Cases Company News


Download
Catalogue Module


FAQ
Contact Us





1
2
3
PrevNext

SATISFACTION GUARANTEED

We stand behind the products we ship

PROFESSIONAL STAFF

We stand behind the products we ship

YEARS OF EXPERIENCE

We stand behind the products we ship

SUPPLIERS

We stand behind the products we ship

SUNLUSH LIGHTING (DONGGUAN) LIMITED

Being associated with Sunlush Lamps Industrial Co. , VENEZINA is one of the
largest manufacturers for architectural lighting in China since 1995.

The General Guidelines

Getting close to the actual needs of the market and the potential demand in the
future, to design and develop innovative products that can meet the current
market demand or that can create the future market demand.

Win-Win Situation

We always focus on providing of full lighting solution to meet our customer’s
requirement, finally achieve a win-win situation.

Popular Products
T6003
VIEW MORE
T6035
VIEW MORE
T6011
VIEW MORE
T6015
VIEW MORE
R6859
VIEW MORE
R6856
VIEW MORE
R6858
VIEW MORE
R6857
VIEW MORE
View All Products
Welcome Our Website

Being associated with Sunlush Lamps Industrial Co. , VENEZINA is one of the
largest manufacturers for architectural lighting in China since 1995. VENEZINA
is standing for high quality & professio

VIEW MORE
Latest news
HK international lighting fair(Autumn Ed
27.08.2024

Welcome to visit us in HK international lighting fair(Autumn edition).Date: Oct.
27-30, 2024.Booth N...

VIEW MORE
What Type of Downlight Is Suitable for H
14.08.2024

Selecting the right downlight for high commercial ceilings involves balancing
functionality, efficie...

VIEW MORE
What Makes Recessed Down Lights Ideal fo
25.05.2024

Venezina recessed down lights offer a combination of functionality, aesthetics,
and energy efficienc...

VIEW MORE
View all
Leave a Message
If you have any suggestions or questions, please contact us.
*


*
*


Home
News&Events
Products
Contact Us

sitemap.xml | sitemap.html
Phone:86-769-86365292 Phone:86-13580861961 Email:sales@venezina.com