logon.asp
来自「WAP2.0的手机网站留言板」· ASP 代码 · 共 23 行
ASP
23 行
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<%Response.CodePage=65001%>
<%Response.Charset="UTF-8"%>
<!--#include file="getHeader.asp"-->
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title> 登陆 </title>
<meta http-equiv="Content-Type" content="<%=header%>; charset=utf-8" />
<meta name="Author" content="微普科技http://www.wiipu.com"/>
<link rel="stylesheet" href="admin.css" type="text/css"/>
</head>
<body>
<form action="logon_do.asp" method="post">
<h1>WiiMsg管理</h1>
账号:<input type="text" name="ac"/><br/>
密码:<input type="password" name="pw"/><br/>
<input type="submit" value="登陆"/>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?