oaqq.htm
来自「EXE文件内部打开浏览器连接页面;自己写的小程序大家可以交流讨论」· HTM 代码 · 共 38 行
HTM
38 行
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 2</title>
</head>
<script>
function mySubmit(form){
form.Username.value=parent.document._LoginForm.Username.value;
form.action="http://"+parent.document._LoginForm.address.value+form.action;
}
</script>
<body>
<TABLE borderColor=#000080 height="100%" cellSpacing=0 cellPadding=0
width="100%" border=0>
<TBODY>
<TR>
<TD
style="BORDER-RIGHT: #2367c3 1px solid; BORDER-TOP: #2367c3 1px solid; BORDER-LEFT: #2367c3 1px solid; COLOR: #0000ff; BORDER-BOTTOM: #2367c3 1px solid; BACKGROUND-COLOR: #f0f8ff; valign: center"
width="100%" background=bg.gif height="100%">
<FORM name=_LoginForm action=/names.nsf?Login method=post><INPUT type=hidden
value=/oa/qq.nsf/login name=RedirectTo>
<P align=center>地址<INPUT size=13 name=address value=10.100.3.121 type=text></P>
<P align=center>用户<INPUT size=13 name=Username value=admin></P>
<P align=center>密码<INPUT type=password size=13 value="admin222" name=Password></P>
<P align=center> <INPUT style="background-image: url('dl.gif'); width: 63px; cursor: hand; height: 25px; border-style: none; border-width: medium" onclick=mySubmit(this.form) type=submit>
<INPUT style="background-image: url('qc.gif'); width: 66px; cursor: hand; height: 25px; border-style: none; border-width: medium" type=reset></P>
<P align=center> </P></FORM></TD></TR></TBODY></TABLE>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?