t2.htm
来自「eabase login2.rarea base login2.rar」· HTM 代码 · 共 76 行
HTM
76 行
<html>
<style>
td {
line-height: 18px;
}
</style>
<script>
<!--
//force top
if (self && top && self != top) {
top.location = self.location;
}
if (window && window.open && !window.nw) {
var nw = window.open('/mynms/webauth.do?action=notify&login=test00', "ntfwin", "titlebar=no,height=330px,width=460px");
var ru = "http://192.168.181.254";
if (window.nw != null && nw.open && !nw.closed && window.nw != self) {
if (ru.length > 5)
window.location = ru;
else
window.location = "about:home";
} else {
window.location="/mynms/webauth.do?u=http%3A%2F%2F192.168.181.254&action=notify&login=test00";
}
}
//-->
</script>
<!-- javascript disabled -->
<META HTTP-EQUIV="Refresh" CONTENT="3; URL=/mynms/webauth.do?u=http%3A%2F%2F192.168.181.254&action=notify&login=test00" />
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?