www.rusunsafety.com
Open in
urlscan Pro
2606:4700:3034::6815:3058
Public Scan
Submitted URL: https://rusunsafety.com/
Effective URL: https://www.rusunsafety.com/
Submission: On August 22 via automatic, source certstream-suspicious — Scanned from DE
Effective URL: https://www.rusunsafety.com/
Submission: On August 22 via automatic, source certstream-suspicious — Scanned from DE
Form analysis
2 forms found in the DOMGET /search.html
<form class="search_form" method="get" action="/search.html">
<div class="search1">
<input type="text" name="keywords" id="keywords" placeholder="Search">
<a class="close" href="javascript:;"><img src="/static/image/close.png"></a>
</div>
<input type="hidden" name="channelid" id="channelid" value="2">
</form>
POST /index.php?m=home&c=Lists&a=gbook_submit&lang=cn
<form method="POST" action="/index.php?m=home&c=Lists&a=gbook_submit&lang=cn" enctype="multipart/form-data" onsubmit="return submite46f42898d573d282d57dbf97f1821e8(this);">
<div class="t1"><input type="text" id="attr_26" name="attr_26" placeholder="Name*"></div>
<div class="t2"><input type="text" id="attr_29" name="attr_29" placeholder="Company*"></div>
<div class="t3"><input type="text" id="attr_28" name="attr_28" placeholder="Email*"></div>
<div class="t4"><input type="text" id="attr_27" name="attr_27" placeholder="Phone*"></div>
<div class="t5"><textarea id="attr_30" name="attr_30" placeholder="Message*"></textarea></div>
<div class="t6"><button type="submit">Send Message →</button></div>
<input type="hidden" name="gourl" id="gourl_e46f42898d573d282d57dbf97f1821e8" value="https://www.rusunsafety.com/"><input type="hidden" name="typeid" value="96"><input type="hidden" name="__token__e46f42898d573d282d57dbf97f1821e8"
id="e46f42898d573d282d57dbf97f1821e8" value="3f22485756f5d7e6dfca2db4b233a717">
<script type="text/javascript">
function submite46f42898d573d282d57dbf97f1821e8(elements) {
if (document.getElementById('gourl_e46f42898d573d282d57dbf97f1821e8')) {
document.getElementById('gourl_e46f42898d573d282d57dbf97f1821e8').value = window.location.href;
}
var x = elements;
for (var i = 0; i < x.length; i++) {
if (x[i].name == 'attr_26' && x[i].value.length == 0) {
alert('name Cannot be empty!');
return false;
}
if (x[i].name == 'attr_27' && x[i].value.length == 0) {
alert('phone Cannot be empty!');
return false;
}
if (x[i].name == 'attr_28' && x[i].value.length == 0) {
alert('email Cannot be empty!');
return false;
}
if (x[i].name == 'attr_28' && !(/^[A-Za-z0-9\u4e00-\u9fa5]+@[a-zA-Z0-9_-]+(\.[a-zA-Z0-9_-]+)+$/.test(x[i].value))) {
alert('email格式不正确!');
return false;
}
if (x[i].name == 'attr_29' && x[i].value.length == 0) {
alert('company name Cannot be empty!');
return false;
}
if (x[i].name == 'attr_30' && x[i].value.length == 0) {
alert('Consultation content Cannot be empty!');
return false;
}
}
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 f7f6b71d835587f12fc7c663dc8c74510() {
//步骤一:创建异步对象
var ajax = new XMLHttpRequest();
//步骤二:设置请求的url参数,参数一是请求的类型,参数二是请求的url,可以带参数,动态的传递参数starName到服务端
ajax.open("post", "/index.php?m=api&c=Ajax&a=get_token&name=__token__e46f42898d573d282d57dbf97f1821e8", 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) {
document.getElementById("e46f42898d573d282d57dbf97f1821e8").value = ajax.responseText;
document.getElementById("gourl_e46f42898d573d282d57dbf97f1821e8").value = window.location.href;
}
}
}
f7f6b71d835587f12fc7c663dc8c74510();
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>
</form>
Text Content
Nachricht hinterlassen Nachricht hinterlassen Toggle main menu visibility * HOME * First Aid Kits * IFAK(Military First Aid Kits) * EMS First Aid Kits * Car First Aid Kits * Industrial First Aid Kits * Outdoor First Aid Kits * Portable First Aid Kits * Hiking First Aid Kit * Camping First Aid Kits * Home First Aid Kits * Disaster First Aid Kits * Fire First Aid Kits * Earthquake First Aid Kits * Flood First Aid Kits * Civil Defense Emergency Kit * Animal/Pet First Aid Kits * First aid Consumables * Hemostasis Series * Breathe Series * Tourniquet * Common consumables * Bandages * Adhesive Tapes * Sterile Guazes * Band Aids * Sterile Pads * Tweezers * Scissors& Pins * Disposable Gloves * Cotton Balls & Tips * Ice Packs & Hot Packs * Blankets/Tents/Sleeping Bags * Disinfection Series * Outdoors * First Aid Guide * ER Rescue Supply * AED Equipment * Stretchers * Ambulance stretcher * Stretcher platform * Stair Stretcher * Folding stretcher * Scoop stretcher * SPINE BOARD * Stretcher Consumables * SOFT STRETCHER * Vacuum Mattress Stretcher * BASKET STRETCHER * Defibrillator-monitor * Emergency Ventilator * Splint * ABOUT US * Contact Us * Delivery * FAQ * * * * * 1. 1 2. 2 3. 3 4. 4 * Previous * Next * DROPSHIPPING Small batch or one-piece shipment Low management cost Wide selection of products * WHY CHOOSE US High Quality Low price, low MOQ 24-hour service * Recruitment agent Better price Quality service cut costs,increase profit Best Seller * New BEST SELLER Rusun Kaolin Z-fold Hemostatic gauze 1st Generatio * BEST SELLER Rusun Rapid Hemostatic Dressing 100g 2nd Generatio * New Rusun First-Aid Hemostatic Granules 15g 3rd Genera * New Rusun First-Aid Hemostatic Granules 6g syringe 3rd * New Rusun Hemostatic Gauze 2nd Generation * BEST SELLER Emergency Trauma 4" Israeli Style Bandage * New Emergency First Aid Tourniquet * New Rusun Vented Chest Seal * BEST SELLER First Aid Macromolecule Roll Type Splint Bandage - * New Needle Decompression Kit A-1 * Needle Decompression Kit A-4 * Emergency Trauma 6" Israeli Style Bandage * BEST SELLER Trauma Kit/Surgical Type E-02-2 (49PCS) * BEST SELLER Military First Aid Kits Bleeding Control Bags B-1 * New Military First Aid Kits Bleeding Control Kits B-2 * New Military First Aid Kits Bleeding Control Kits B-3 Our Pouducts * * * * * * Professional First Aid Kits &Military Hemostasis Manufacturer For the past 2 over years, Rusun Safety has been producing and supplying quality First Aid Kits &Military Hemostasis to thousands of factories, offices, institutions, vehicles, homes and vessels in Global country. * Military Hemostasis Series * IFAK (Military First Aid Kits) * First Aid Consumables * Industrial First Aid Kits * Outdoor First Aid Kits Find out more → WELCOME RUSUN MEDICAL CO., LTD Located in Chongqing, specializes in manufacturing and exporting first aid kits(FAK), medical devices, and surgical related consumables and is the most professional in Southwest China, Rusun Safety aims to provide all aspects of first aid kits, personal safety products, procurement, and production of assorted surgical-related devices, and consumables. The philosophy of RusunSafety is Customer-centric, integrity in business and Striver-oriented. Our target is to grow up together with our customers through the product and service. More Best Seller * Outdoor First Aid Kits View → * Home First Aid Kits View → * Disaster First Aid Kits View → * Vehicle First Aid Kits View → * Animal/Pet First Aid Kits View → * Industrial First Aid Kits View → View More → f10 Rusun Medical Co., Ltd 502 Fortune, No. 3 Caifu Ave., Yubei District, Chongqing, China. +86-023-65437535 sales@rusunsafety.com Send Message → more services Follow us on * * * * * * Info * Delivery * NEWS * Site Map About Us * ABOUT US * Contact Us * FAQ Links * IFAK(Military First Aid Kits) * Hemostasis Series * Breathe Series * EMS First Aid Kits * Outdoor First Aid Kits Copyright © Rusun Safety Professional First Aid Kit &Military Hemostasis Manufacturer All rights reserved. 技术支持:卓彩科技 * * * * *