www.hongniutiyu.com Open in urlscan Pro
116.213.40.85  Public Scan

URL: https://www.hongniutiyu.com/
Submission: On December 13 via api from US — Scanned from US

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" id="myform">
  <div class="li-div">
    <div class="w-form  not-animated" data-animate="fadeInLeft" style="">
      <div class="li-div">
        <div class="w-form-section  clearfix" style="">
          <div class="w-form-shartText">
            <label class="w-label-form"> <span>姓名</span> <span class="star_note">*</span> </label>
            <div class="" style="">
              <input class="w-text-form" style="width:100%" type="text" name="attr_1" id="attr_1">
            </div>
          </div>
        </div>
      </div>
      <div class="li-div">
        <div class="w-form-section  clearfix" style="">
          <div class="w-form-tel">
            <label class="w-label-form"> <span>手机号码</span> <span class="star_note">*</span> </label>
            <div class="" style="">
              <input class="w-text-form" style="width:100%" type="tel" name="attr_2" id="attr_2">
            </div>
          </div>
        </div>
      </div>
      <div class="li-div">
        <div class="w-form-section  clearfix" style="">
          <div class="w-form-Email">
            <label class="w-label-form"> <span>电子邮箱</span> <span class="star_note">*</span> </label>
            <div class="" style="">
              <input class="w-text-form" style="width:100%" type="email" name="attr_3" id="attr_3">
            </div>
          </div>
        </div>
      </div>
      <div class="li-div">
        <div class="w-form-section clearfix" style="">
          <div class="w-form-largeText">
            <label class="w-label-form"> 留言内容 <span class="star_note">*</span> </label>
            <div class="" style="">
              <textarea class="w-textarea-form" style="width:100%;" name="attr_4" id="attr_4"></textarea>
              <input class="w-text-form" type="hidden">
            </div>
          </div>
        </div>
      </div>
      <div class="w-form-submit">
        <div class="w-buttom" style="">
          <div class="btn-default-w g-form-components" onclick="checkForm();"> <span class="btn-inner">立即预约</span> </div>
        </div>
      </div>
      <input type="hidden" name="gourl" id="gourl_ba203f0f7d317e62dfbbc7f9461ca056" value="https://www.hongniutiyu.com/"><input type="hidden" name="typeid" value="14"><input type="hidden" name="__token__ba203f0f7d317e62dfbbc7f9461ca056"
        id="ba203f0f7d317e62dfbbc7f9461ca056" value="ee7efff786b21ba2a1ee45e9426c68c7">
      <script type="text/javascript">
        function submitba203f0f7d317e62dfbbc7f9461ca056(elements) {
          if (document.getElementById('gourl_ba203f0f7d317e62dfbbc7f9461ca056')) {
            document.getElementById('gourl_ba203f0f7d317e62dfbbc7f9461ca056').value = window.location.href;
          }
          elements.submit();
        }

        function ey_fleshVerify(id) {
          var src = "/index.php?m=api&c=Ajax&a=vertify&type=guestbook&lang=cn";
          src += "&r=" + Math.floor(Math.random() * 100);
          document.getElementById(id).src = src;
        }

        function f4b62675f8cb076a15539c95e5227f024() {
          var ajax = new XMLHttpRequest();
          ajax.open("post", "/index.php?m=api&c=Ajax&a=get_token&name=__token__ba203f0f7d317e62dfbbc7f9461ca056", true);
          ajax.setRequestHeader("X-Requested-With", "XMLHttpRequest");
          ajax.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
          ajax.send('_ajax=1');
          ajax.onreadystatechange = function() {
            if (ajax.readyState == 4 && ajax.status == 200) {
              document.getElementById("ba203f0f7d317e62dfbbc7f9461ca056").value = ajax.responseText;
              document.getElementById("gourl_ba203f0f7d317e62dfbbc7f9461ca056").value = window.location.href;
            }
          }
        }
        f4b62675f8cb076a15539c95e5227f024();

        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&pid=" + value, true);
              // 给头部添加ajax信息
              ajax.setRequestHeader("X-Requested-With", "XMLHttpRequest");
              // 如果需要像 HTML 表单那样 POST 数据,请使用 setRequestHeader() 来添加 HTTP 头。然后在 send() 方法中规定您希望发送的数据:
              ajax.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
              //步骤三:发送请求+数据
              ajax.send('_ajax=1');
              //步骤四:注册事件 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>
      <script type="text/javascript">
        function checkForm() {
          if (document.getElementById('attr_1').value.length == 0) {
            alert('请输入您的姓名');
            return false;
          }
          if (document.getElementById('attr_2').value.length == 0) {
            alert('请输入您的手机号码');
            return false;
          }
          document.getElementById('myform').submit();
        }
      </script>
    </div>
  </div>
</form>

Text Content

SKG包网-官网

 * 网站首页
 * 关于SKG包网
 * SKG包网课程
   返回
    * 幼儿园课程
    * 小学课程
    * 中学课程
    * 外语课程

 * SKG包网动态
   返回
    * 公司新闻
    * 行业动态
    * 常见问题

 * SKG包网力量
 * 联系SKG包网
   


 * none
 * none

1
2
PrevNext


ABOUT MOUMOU

关于SKG包网
SKG包网提供高质量和最大价值的专业化产品和服务,以真诚和实力赢得客户的理解、尊重和支持。市场:为客户降低采购成本和风险,SKG包网为客户投资提供切实保障。
发展:追求永续发展的目标,并把它建立在客户满意的基础上。
关于SKG包网“为合作伙伴创造价值”公司认为客户、供应商、公司股东、SKG包网公司员工等一切和自身有合作关系的单位和个人都是自己的合作伙伴,并只有通过努力为合作伙伴创造价值,才能体现自身的价值并获得发展和成功。关于“诚实、宽容、创新、服务”公司认为诚信是一切合作的基础,宽容是解决问题的前提,创新是发展事业的利器,服务是创造价值的根本。公司会坚持持续改进、满足顾客期望、
确保品质第一、开拓全球市场。...

THE CURRICULUM
SKG包网课程


幼儿园课程

国学课、特色语文、艺术课、童子军课程……

小学课程

全脑开发学前班采用精品名师小班授课机制,教育专家督学指导

中学课程

一个用心做事的教育辅导机构,学生在这里安心接受托管教育。

外语课程

一流师资、一流教育、一流服务贴心的关注孩子全程式教育模式


查看所有课程

NEWS


SKG包网动态



 * 2019-01-23
   view detaits
   这个时代需要什么样的儿童文学
   “你为小苗洒上泉水。”这是冰心先生对中国当代著名作家、有“中...
 * 2019-01-23
   view detaits
   捍卫荣耀,爱贝摘得2016网易金翼奖!
     2016年网易金翼奖颁奖典礼于12月6日在网易北京研发中...
 * 2019-01-23
   view detaits
   创变而来 · 爱贝CD Club还可以这样玩
   在高端少儿英语密集竞争的市场中,如何让爱贝国际少儿英语品牌脱...
 * 2019-01-23
   view detaits
   “智变”未来!爱贝再登2016腾讯教育年度总评榜
   “回响中国”2016腾讯网教育年度总评榜暨中国教育产品价值榜...


TEACHING ADVANTAGES


教学优势




学前特色托管

全脑开发学前班为孩子定制的高品质课程!充分照顾的到每位学员,全脑开发学前班采用精品名师小班授课制,教育专家督学指导。让孩子从此爱上科学……

全脑学前班

全脑开发学前班为孩子定制的高品质课程!充分照顾的到每位学员,全脑开发学前班采用精品名师小班授课制,教育专家督学指导。让孩子从此爱上科学……

中小学特色托管

贴心的全程式360度无遗漏辅导,面对面贴心的关注学生的每次进步!一家用心做事的辅导机构,让您的孩子在这里进行托管,让您倍感放心!

中小学文化课

国学课、特色语文、艺术课、童子军课,让学生拥有一笔好字、一副好口才、一篇好文章、一生的阅读好习惯,让孩子爱上学习!




TEACHING ENVIRONMENT


 教学环境



 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 



 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 


姓名 *

手机号码 *

电子邮箱 *

留言内容 *

立即预约

CONTACT US
联系SKG包网


0898-08980898
13876543210

扫描右侧二维码,关注微信公众号



Copyright © 2012-2024 SKG包网公司 版权所有 Powered by EyouCms  

友情链接 :