📄 t2.htm
字号:
<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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -