m.v-reform.org
Open in
urlscan Pro
38.207.65.61
Public Scan
URL:
https://m.v-reform.org/
Submission: On January 14 via api from US — Scanned from US
Submission: On January 14 via api from US — Scanned from US
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-Email">
<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-tel">
<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_0b669e1fd8eaa1e0cda32acbb74b5868" value="https%3A%2F%2Fm.v-reform.org%2F"><input type="hidden" name="typeid" value="11"><input type="hidden" name="__token__0b669e1fd8eaa1e0cda32acbb74b5868"
id="0b669e1fd8eaa1e0cda32acbb74b5868" value="ea78425bd9a9c942d8fbb57439bbb821"><input type="hidden" name="form_type" value="0">
<script type="text/javascript">
function submit0b669e1fd8eaa1e0cda32acbb74b5868(elements) {
if (document.getElementById('gourl_0b669e1fd8eaa1e0cda32acbb74b5868')) {
document.getElementById('gourl_0b669e1fd8eaa1e0cda32acbb74b5868').value = encodeURIComponent(window.location.href);
}
elements.submit();
}
function ey_fleshVerify_1705222707(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 f7e761a3b6c0f992ee0dbdb0fea730081() {
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__0b669e1fd8eaa1e0cda32acbb74b5868");
ajax.onreadystatechange = function() {
if (ajax.readyState == 4 && ajax.status == 200) {
document.getElementById("0b669e1fd8eaa1e0cda32acbb74b5868").value = ajax.responseText;
document.getElementById("gourl_0b669e1fd8eaa1e0cda32acbb74b5868").value = encodeURIComponent(window.location.href);
}
}
}
f7e761a3b6c0f992ee0dbdb0fea730081();
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
凯发网站中国区 * 首页 * 文化娱乐 返回 * 打印业文化娱乐 * 文化娱乐开学第一课 * 湖州文化娱乐频道在线直播 * 关于凯发网站中国区 * 文化商业 返回 * 文化商业广场 * 文化商业街 * 联系我们 * 文化商业模式 * 首页 * 文化娱乐 返回 * 打印业文化娱乐 * 文化娱乐开学第一课 * 湖州文化娱乐频道在线直播 * 关于凯发网站中国区 * 文化商业 返回 * 文化商业广场 * 文化商业街 * 联系我们 * 文化商业模式 * none * none 1 2 PrevNext 文化娱乐 MORE 关于凯发网站中国区 凯发网站中国区赞助瑙猱文化娱乐有限公司,文化娱乐公司,文化娱乐开学第一课,文化娱乐是什么,湖州文化娱乐频道在线直播,打印业文化娱乐业... MORE 文化商业 News 文化在商业中有什么作用文明广场作文400 2024-01-13 ...... MORE * 商业综合体的5大价值化财富贸易形式案例剖 2024-01-13 * 么叫盒子贸易形式贸易街入口成绩图文明20 2024-01-13 * 文化在商业中有什么作用南充贸易街进修类a 2024-01-11 * 商业综合体的5大价值文明贸易街文明商品化 2024-01-11 * 宿州南翔云集文化商业街业文明期刊是中枢期 2024-01-11 文化商业模式 partner * * * * * * * * 联系我们 Contact 凯发网站中国区 电话: 传真: 邮箱: Q Q: 地址:凯发网站中国区 姓名 电话 邮箱 内容 提交 Copyright © 2012-2024 凯发网站中国区 版权所有 非商用版本 TOP