文本描述
!"#$%&' !" ( )!!"##$%#&'()'&#* *+)!!"#$%&'#()& !"#$%&'()*+,-. !"#$%&'()*+"'&,&'(-&.%,./(++)&'(-&.%., 0&%"/()(10&2-3/"*&%'.%'/"-" 4567899859,- 459:854859./ 0"#123456789: BC,D 0"#;<=>?@A ! " # $ % & ' !"#$%&'()*+,-. !"#$%&'()*+"'&,&'(-&.%,./(++)&'(-&.%., 0&%"/()(10&2-3/"*&%'.%'/"-" ( )!!"##$%#&'()'&#* *+)!+#',*-)'&#- !"#$!%&'()*+, %&'-./012345678 9:;<!%&'34=>56? @ABC!'&#-D&'E&#B '&#* !" !"#$%&'()*+!,-./0123 456789 ":;< !"# !!"#$"%%!$ %&#'()*+",-$%./#012$%3456% 789!:;<=>?@A &4BC#!"#!D9!:EF GHIJKLMNOPQR'(!;?G#!!"#!"!"$)PS T$U9!:VWXYZ#9!:",[\]^;<?@0_` 56abP&VWXcdefghi=>j\'kl9!:;< =>?@AmH $9!:;<=>?@A#9!:()n*+" ,-oZpq#r$b$s&'##*(#"!)*!"#$$tu &'+* ("#*,-*!""!&VWXcdefghi=>j\'$v!"#-D !w#xyz{ + |j\U9!:()n*+",-oZ #9!:;<=>? @Apq}~? $U9!:VWXYZ}~??[? + ??QR + 9!:()n*+",-oZ !"#$D##w!#x $ </div>
<div class="ch20"></div>
</div>
<!--文档内容预览结束-->
<div class="mt10"></div>
</div>
</div>
<div class="footer" class="border_0">
<div class="m"> <a href="/help/P06.asp" target="_blank">关于我们</a> | <a href="/help/P07.asp" target="_blank">联系我们</a> | <a href="/help/P03.asp" target="_blank">在线客服</a> | <a href="/help/daixie.asp" target="_blank">代笔服务</a> | <a href="/help/P10.asp" target="_blank">免责声明</a> | <a href="/help/sitemap.html" target="_blank">网站地图</a><span></span>
</div>
<div class="cp">
<p> 版权所有: 欧亿·体育(中国)有限公司©2025 客服电话: 0411-88895936 18842816135</a></p>
<p>欧亿·体育(中国)有限公司</p>
</div>
</div>
<div class="modal" id="loginModal">
<div class="modal-content">
<div class="modal-header">
<!--<h3></h3>-->
<div class="close-btn" id="closeModalBtn">×</div>
</div>
<div class="modal-body">
<iframe src="/members/logint.asp?ID=648145" scrolling="no" id="myIframe"></iframe>
</div>
<div id="loginInfo"></div>
</div>
</div>
<div class='link'>
<a href='http://www.kaoskece.com'>开云手机入口官网-开云(中国)</a> | <a href='http://www.aenuan.com'>安博注册-安博(中国)</a> | <a href='http://www.thegoalpher.com'>安博注册-安博(中国)</a> | <a href='http://www.nidiperpappagalli.com'>开云app登录入口app-开云(中国)</a> | <a href='http://www.linda-tran.com'>星空在线-星空在线(中国)</a> | <a href='http://www.seyedaddy.com'>开云网页版-开云(中国)官方在线登录</a> | <a href='http://www.robot-welders.com'>星空在线-星空在线(中国)</a> | <a href='http://www.yibensen.com'>星空体育·(StarSky Sports)官方网站-登录入口</a> | <a href='http://www.filmyvid.com'>开云网页版-开云(中国)官方</a> |
</div>
</body>
</html>
<script>
function writeCookie (name, value, hours)
{
var expire = "";
if (hours != null)
{
expire = new Date ((new Date ()).getTime () + hours * 3600000);
expire = "; expires=" + expire.toGMTString ();
}
document.cookie = name + "=" + escape (value) + expire+";path=/";
}
writeCookie ("ttasp_url", window.location.href, 24);
</script>
<script>
// 获取元素
const openModalBtn = document.getElementById('openModalBtn');
const closeModalBtn = document.getElementById('closeModalBtn');
const loginModal = document.getElementById('loginModal');
const loginBtn = document.getElementById('loginBtn');
const usernameInput = document.getElementById('username');
const passwordInput = document.getElementById('password');
const loginInfoDiv = document.getElementById('loginInfo');
const iframe = document.getElementById('myIframe');
setInterval(adjustIframeHeight, 50); // 每500毫秒调整一次高度
// 打开弹窗
openModalBtn.addEventListener('click', () => {
loginModal.style.display = 'block';
adjustIframeHeight(); // 初始调整高度
});
// 关闭弹窗
closeModalBtn.addEventListener('click', () => {
loginModal.style.display = 'none';
clearInterval(); // 清除定时器
location.href = location.href;
});
// 登录
loginBtn.addEventListener('click', () => {
const username = usernameInput.value;
const password = passwordInput.value;
// 这里只是模拟登录,实际项目中需要发送请求到服务器进行验证
if (username && password) {
// 登录成功,显示登录后的信息
loginInfoDiv.innerHTML = `<p>登录成功!用户名:${username}</p>`;
} else {
// 登录失败,提示用户
loginInfoDiv.innerHTML = '<p>用户名或密码不能为空!</p>';
}
});
// 定义调整 iframe 高度的函数
function adjustIframeHeight() {
try {
const contentHeight = iframe.contentWindow.document.body.scrollHeight;
const contentWidth = iframe.contentWindow.document.body.scrollWidth;
iframe.style.height = contentHeight + 'px';
//iframe.style.width = contentWidth + 'px';
} catch (e) {
//console.error('无法获取 iframe 内容的高度:', e);
}
}
</script>