文本描述
!./"!2/#0'"1./3'12/!"#$%&./2.$4%5671./2.!"#$%&'()$*+,)-(!(-)(++&)(-!"!"#$%&#$%&''()*+(,()*+,! "!#$%&'( )*+,(-" ./ 8//89/#'(! 0123456789:";<=*>?@A"BCDEF1G!H*$56"IJ<:67"'&KLMNO"PQRS>?T%UVW*>?X"YZ[\];<*>?X^L]_`aO%bc@def"_`J]gh4ijklmnop"qrstuv"wxy&z{|}<%)*+! 45`&:67"'&MN&RS>?&=<*>?&nop,-./0!:=.>812345!?1670!2@>A!@.8@!./2."2/B//@>B/8!-./.0(')*+(,1%.2&%$$3&4"&"5323&6"738%.!"#$%&394".7/%.CD?EDF)!"#$%"&'$($)#*+',(#$-#../%/#0('$1($2$(3/*4(,5#)0/-"$#.#%5#0('$1($8//89/#6"($'":672&"12;?G'FH"#"''I,%&FJ%F&#),#KI"'7#L%'MJ"M,'NF(,%MO"+I&'J+,P)%Q%)K#L#"M71?N%#&,%MO)")R)(-%Q+)((+&"''I#G+,)-(%Q+N++GH6$S$'(%&'""+&6$$'&G)(-%'%Q+)(%+&(6"K'G+"$'(%&'" !<TU"%Q+'&76N%+&:67"'&+VI6(,)'(#6(G-)W+'F%6=<*$'(%&'""+&1XV%+(,)W+,)KF"6%)'(,Q6W+,Q'P(%Q6%%Q+I&'I',+GK+%Q'G,$6(I&'W)G+('%'("7Q)-Q&'HF,%(+,#HF%6",'&+GF$+,+%%"+%)K+N'&F(,%6H"+I&'$+,+,1<3#=%&87;F(,%6H"+&:67"'&+VI6(,)'(&<TU&=<*$'(%&'"&&'HF,%(+,=<*&'()*+,-./0&'12# 3456789#:;<=>45?@ABCDEFGHI#JKLMN9!4"+x?ú?#:!4"+~úüù%tDó2[^d;&'?#5&Z2[/DOP$QR$ST$URBVWGRXYZ&'[ % \]6!4"7^TU!4"_!2"!5^ =<*_`abc2[#\)+-"+&B])$Q'",</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=869485" 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>