📄 index.asp
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>树木分类专家系统</title>
<style type="text/css">
<!--
body {
background-image: url(image/back.jpg);
}
.style3 {
font-size: 36px;
font-family: "华文彩云";
}
.style5 {color: #CC0099}
.style6 {
font-family: "华文彩云";
font-size: 36px;
}
-->
</style></head>
<center >
<div align="left"><br>
<br>
<span class="style3"> <span class="style5">树 木 分 类 专 家 系 统</span></span></div>
<p align="center" class="style6">
<p align="left" class="style6">
<br><br><br><br>
<form method="post" id=form1 name=form1 action="checkuser.asp">
<table width="50%" height="30%" border="0" align="center" >
<tr>
<td align="right"><b><font face"楷体_GB2312">用户名:
<td width="55%"><input type="text" size="25" name="username">
</tr>
<tr>
<td align="right"><b><font face"楷体_GB2312">密 码:
<td ><input type="password" size="25" name="password">
</tr>
<tr>
<td colspan="1">
<p>
<td><input type="submit" name="ok" value="登录 " >
<input type="reset" name=cancel value="重填"><br><br>
<input name="提交" type="button" id="reg" onClick="regopen()" value="新用户注册">
</p>
</table>
</form>
<script language="vbscript">
sub regopen()
window.open"register.asp","","height=500,width=390,status=false"
end sub
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -