wap.xygkjs.cn Open in urlscan Pro
154.80.174.162  Public Scan

URL: https://wap.xygkjs.cn/
Submission: On April 13 via api from US — 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" class="g_r book g_animation translate" enctype="multipart/form-data" action="/index.php?m=home&amp;c=Lists&amp;a=gbook_submit&amp;lang=cn" onsubmit="return checkForm();" autocomplete="off">
  <table>
    <tbody>
      <tr>
        <td width="50%"><input type="text" name="attr_1" id="attr_1" maxlength="20" placeholder="姓名" autocomplete="off"></td>
        <td width="50%"><input type="tel" name="attr_2" id="attr_2" maxlength="20" placeholder="电话" autocomplete="off"></td>
      </tr>
      <tr>
        <td colspan="2"><input type="text" name="attr_3" id="attr_3" maxlength="200" placeholder="邮箱" autocomplete="off"></td>
      </tr>
      <tr valign="top">
        <td colspan="2"><textarea name="attr_4" id="attr_4" maxlength="500" placeholder="留言内容"></textarea></td>
      </tr>
      <tr class="b">
        <td colspan="2"><input type="submit" value="提交" class="btn g_ease" autocomplete="off"></td>
      </tr>
    </tbody>
  </table>
  <input type="hidden" name="gourl" id="gourl_41614f330266b5c633eb77acc185bbbf" value="https%3A%2F%2Fwap.xygkjs.cn%2F" autocomplete="off"><input type="hidden" name="typeid" value="7" autocomplete="off"><input type="hidden"
    name="__token__41614f330266b5c633eb77acc185bbbf" id="41614f330266b5c633eb77acc185bbbf" value="94f0770f5cb8d4175d210594e0d45e51" autocomplete="off">
  <script type="text/javascript">
    function submit41614f330266b5c633eb77acc185bbbf(elements) {
      if (document.getElementById('gourl_41614f330266b5c633eb77acc185bbbf')) {
        document.getElementById('gourl_41614f330266b5c633eb77acc185bbbf').value = encodeURIComponent(window.location.href);
      }
      elements.submit();
    }

    function ey_fleshVerify_1712938937(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 f5c8bdefea85d0930e6da2c5cc57b1728() {
      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__41614f330266b5c633eb77acc185bbbf");
      ajax.onreadystatechange = function() {
        if (ajax.readyState == 4 && ajax.status == 200) {
          document.getElementById("41614f330266b5c633eb77acc185bbbf").value = ajax.responseText;
          document.getElementById("gourl_41614f330266b5c633eb77acc185bbbf").value = encodeURIComponent(window.location.href);
        }
      }
    }
    f5c8bdefea85d0930e6da2c5cc57b1728();

    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

400-123-4567

手机浏览器搜索/云开.cn/

 * 首页
 * 服务范围 -各大赛事
   * 美容整形
   * 口腔美容
   * 无创整形
 * 专家团队
   * 内科专家
   * 外科专家
   * 整容专家
 * 先进设备
 * 新闻动态
   * 医院公告
   * 最新动态
   * 最新活动
 * 关于我们 -外围赛事
 * 联系我们-比赛竞猜

400-123-4567

手机浏览器搜索/云开.cn/

Previous



Next
 * 1
 * 2

Previous



Next
 * 1
 * 2

服务范围 -各大赛事

Service

美容整形 口腔美容 无创整形

 * 整形美肤
   
   整形美容是指运用手术、医疗器械、药物以及...
   
   了解详情>

 * 美容护肤
   
   美容护肤是指通过某些方法和习惯达到美容加...
   
   了解详情>

 * 科学微整
   
   微整形效果好,不用开刀,很多求美者认为其...
   
   了解详情>

 * 整体塑形
   
   芦笋型的完美塑身守则体型特点:胸部、腰部...
   
   了解详情>

 * 健康体检
   
   芦笋型的完美塑身守则体型特点:胸部、腰部...
   
   了解详情>

 * 减肥瘦身
   
   1、改变生活方式首先应控制饮食,将摄入的...
   
   了解详情>

专家团队

Expert team

内科专家 外科专家 整容专家

 * 西奥雷尔
   
   医师
   
   西奥雷尔首先研究肌肉中具有生物活性的输氧...
   
   了解更多>

 * 厄兰格
   
   医师
   
   研究神经纤维的电学性能。他们应用布劳恩的...
   
   了解更多>

 * 克里斯汀·德·迪夫
   
   医师
   
   研究领与在生物化学与细胞生物学,他发现了...
   
   了解更多>

 * 科塞尔
   
   医师
   
   科塞尔的工作范畴是生理化学,特别是组织和...
   
   了解更多>



新闻动态

News

医院公告 最新动态 最新活动



萌宠经济持续升温:美容电器与智能养宠设备成新宠

2024-04-13

随着人们生活水平的提高和居住环境的改善,...

 * 2024-04-13 市场监管总局:坚决打击医疗美容广告违法行为,严格规范发布行为
 * 2024-04-13 扫码验真近5万次,“一物一码可溯源”助力医美行业规范化发展
 * 2019-02-12 急救演练进社区 义诊活动暖人心
 * 2019-02-12 关爱近视.微笑论坛”举行
 * 2019-02-12 315自贡华新友好医院全员诚信宣誓 倡导健康医疗
 * 2019-02-12 先天性结构畸形医疗救助
 * 2019-02-12 多家医院布局医疗大数据研究应用
 * 2019-02-12 开展口腔健康义诊 关爱老人口腔健康
 * 2019-02-12 我国发展远程医疗会诊服务的意义
 * 2019-02-12 花美容的钱达到让青春 定格的效果

先进设备

Advanced equipment

 * 医用血管造影X射线机
   
   产品特点:· GIGALIX球...

 * 3T 超导型磁共振成像系统
   
   产品特点:· 多维度的临床应用:包括但不...

 * X射线计算机体层摄影设备
   
   系统概述:SOMATOM Fore CT...

 * 电子发射及X射线计算机断层成像系统PET/CT
   
   由西门子FlowMotion1驱动的Bi...

联系我们

Contact us

电话:400-123-4567

手机:手机浏览器搜索/云开.cn/

邮箱:akdiezi@guangdong.com

地址:广东省广州市天河区88号





   友情链接 :
 * 百度
 * 腾讯
 * 新浪
 * 小程序开发教程
 * 素材58

Copyright © 2003-2023 广州安康蝶姿美容 版权所有粤ICP备05059581号