?? index.asp
字號:
<html>
<head>
<title>SmartCity 遠程數據庫管理系統</title>
<link rel="stylesheet" type="text/css" href="data/css.css">
</head>
<body background="data/background.gif" bgproperties=fixed>
<table width="100%" align="center">
<tr>
<td>
<br><br>
</td>
</tr>
<tr>
<td align="center">
<div style="width: 400;">
<br>
<b><font size="4">SmartCity 遠程數據庫管理系統</font><br><font size="3">Version 1.0 beta</font><br><br></b>
<%
if not session("login") = "yes" then
%>
<form action="login.asp" method="post">
帳號 <input type="text" name="username" class="txt" onmouseover="this.style.color='FF9966'" onmouseout="this.style.color='#4B69D8'"><br>
密碼 <input type="password" name="password" class="txt" onmouseover="this.style.color='FF9966'" onmouseout="this.style.color='#4B69D8'"><br><br>
<input type="submit" class="btn" onmouseover="this.style.color='FF9966'" onmouseout="this.style.color='#4B69D8'" value="登錄">
<input type="button" class="btn" onmouseover="this.style.color='FF9966'" onmouseout="this.style.color='#4B69D8'" onclick="javascript:location.href='help.asp'" value="幫助">
</form>
<%
else
%>
<form action="enter.asp" method="post">
請輸入您要處理的數據庫名
<input type="text" name="mdbname" class="txt" onmouseover="this.style.color='FF9966'" onmouseout="this.style.color='#4B69D8'" value="test/test.mdb"><br>
(此處支持相對路徑)<br><br>
<input type="submit" class="btn" onmouseover="this.style.color='FF9966'" onmouseout="this.style.color='#4B69D8'" value="管理">
<input type="button" class="btn" onmouseover="this.style.color='FF9966'" onmouseout="this.style.color='#4B69D8'" onclick="javascript:location.href='index.asp'" value="創建數據庫">
<input type="button" class="btn" onmouseover="this.style.color='FF9966'" onmouseout="this.style.color='#4B69D8'" onclick="javascript:location.href='help.asp'" value="幫助">
</form>
<%
end if
%>
小城工作室 版權所有<br>
2003.9<br>
<br>
</div>
</td>
</tr>
<tr>
<td>
<br><br>
</td>
</tr>
</talbe>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -