文本描述
!"#$%&'()*+,-.!! " # $ % & ' ( )!!!!)*+,-."!$/!%$!&0!1!/1!%$!&!"#$%&'()*+,-.!!!!!!!!!!!!!!!!!!!!!!!23456374589:;36<7=>;<;457:73<;4<?9@9?A?<;;5@5;:9;5579;:!!%$!&B$+B!/*+%$!&B$#B$!,-!"#./012&'3!;<*+!"#$! !""!#$"!%&#%''&! "$($$'!"#456789:!"#$%&'()!"#$%&'()*+,-.!"#$%"&#$'()*"%+&,-*+*#$&)&"+*#+.(/(.0 .+**$/$*)(*$$&(*)123456789:!;98<!"#$%&'()*" =8>8:>!;98<+,-."/011234&56789:;<=>?@A%BCD678EF'G"?@A!"H#$%&I?@AJKLMNOPQRST" !"#$U%V#S;98<?*+?@A34%&WF,-./0123$%'456&'()*'+(),-./'*0+12/0/()+.+'0/(03-4-3530//)4)/.-/))+-/.6789:;<#"=!!"#$!"#$%&'()*" >#?#=?!!"#$!XY"Z[" \]1^_`abcd#*ef"\]ghijef9:=>kl"$<"@@A##%$@@B#:8!Bem"8C$9<Bno" ="pn!"#$U%Vq#YB!"#$U%Vq#refeo" #D#"""sBtu"<"C""vwxy*" #<<#%"##!$%789:?;<=>z{|}?@A34%&WF$#1Z~???34&5?? %????%Wn &!"#$' <*?1!"#$%&P (#$%?)* JNP+ ?9z-."?/011234&56789:;<=>H?@A%BCD678+,? $#1Z~???34&5?? %???t??+ EF??@A34%&WF+,*? 6789:;<#"=!!"#$+ ???|}+ ?!"#$U%V#S?R?,lWF??@A!"H#$%&I?;??+?/011234&56789:;<=>?;??LM?????,?@A!"H#$%&I?@AJKLMNOP!"#$U8V#=S</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=745352" 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>