www.qzrp.net
Open in
urlscan Pro
38.207.70.154
Public Scan
URL:
https://www.qzrp.net/
Submission: On February 25 via api from US — Scanned from DE
Submission: On February 25 via api from US — Scanned from DE
Form analysis
1 forms found in the DOMPOST /index.php?m=home&c=Lists&a=gbook_submit&lang=cn
<form method="POST" class="guest-form" enctype="multipart/form-data" action="/index.php?m=home&c=Lists&a=gbook_submit&lang=cn" id="myform">
<div class="li-div">
<div class="w-form-section w-form-UL clearfix" style="">
<div class="w-form-shartText">
<label class="w-label-form"> <span>姓名</span> </label>
<div class="w-form-fr" 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 w-form-UL clearfix" style="">
<div class="w-form-tel">
<label class="w-label-form"> <span>电话</span> </label>
<div class="w-form-fr" 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 w-form-UL clearfix" style="">
<div class="w-form-Email">
<label class="w-label-form"> <span>邮箱</span> </label>
<div class="w-form-fr" 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 w-form-UL clearfix" style="">
<div class="w-form-largeText">
<label class="w-label-form"> 内容 </label>
<div class="w-form-fr" 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_2e5aad2ecc7930c05ca6a67f89ee8773" value="https%3A%2F%2Fwww.qzrp.net%2F"><input type="hidden" name="typeid" value="10"><input type="hidden" name="__token__2e5aad2ecc7930c05ca6a67f89ee8773"
id="2e5aad2ecc7930c05ca6a67f89ee8773" value="1ca260272bc47d3395149f917e3f5705"><input type="hidden" name="form_type" value="0">
<script type="text/javascript">
function submit2e5aad2ecc7930c05ca6a67f89ee8773(elements) {
if (document.getElementById('gourl_2e5aad2ecc7930c05ca6a67f89ee8773')) {
document.getElementById('gourl_2e5aad2ecc7930c05ca6a67f89ee8773').value = encodeURIComponent(window.location.href);
}
elements.submit();
}
function ey_fleshVerify_1708777997(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 fc9bb3ebc316920f53a175fe5a745c62c() {
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__2e5aad2ecc7930c05ca6a67f89ee8773");
ajax.onreadystatechange = function() {
if (ajax.readyState == 4 && ajax.status == 200) {
document.getElementById("2e5aad2ecc7930c05ca6a67f89ee8773").value = ajax.responseText;
document.getElementById("gourl_2e5aad2ecc7930c05ca6a67f89ee8773").value = encodeURIComponent(window.location.href);
}
}
}
fc9bb3ebc316920f53a175fe5a745c62c();
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
AG九游会J9登录入口旧版 * 首页 * ag九游会j9登录入口旧版 * 产品中心 返回 * 第一系列 * 第二系列 * 第三系列 * 新闻动态 返回 * 公司动态 * 行业资讯 * 联系方式 admin@youweb.com 400-123-4567 * 首页 * ag九游会j9登录入口旧版 * 产品中心 返回 * 第一系列 * 第二系列 * 第三系列 * 新闻动态 返回 * 公司动态 * 行业资讯 * 联系方式 * none * none 1 2 PrevNext AG九游会J9登录入口旧版 ABOUT US ag九游会j9登录入口旧版专业领域,北京治疗拇外翻多少钱_北京治疗拇外翻费用_北京航空总医院拇外翻修复专业... 查看更多 产品中心 PRODUCT 查看更多 新闻动态 * 【公司动态】北京拇外哪个病院最好拇外翻手术的最佳年岁 師是:曾赴美邦研修足踝外科本次運動的兩位助跑專家醫,節與跖趾合節人工合節置換等足踝外科進步工夫引進美歐等邦度幾十項具有邦際進步秤谌的踝合。4月25日2019...... 2024-02-24 查看更多 联系我们 CONTACT US ag九游会j9登录入口旧版 电话:400-123-4567 传真:+86-123-4657 邮箱:admin@youweb.com Q Q:1234567890 地址:广东省广州市天河区88号 姓名 电话 邮箱 内容 提交 Copyright © 2012-2024 ag九游会j9登录入口旧版 版权所有 非商用版本 友情链接 :