⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mdb_path_go.asp

📁 一个网上flash网站源码
💻 ASP
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>MyFlash管理中心</title>
<style>
td{font-size:9pt;line-height:140%} 
</style>
</head>
<body topmargin="1" leftmargin="1">
<%
if request("type")="save" then
if request("user")="" or request("pwd")="" then
  response.write"<script>alert('错误:帐号密码都不能为空!');history.go(-1)</script>"
  response.end
end if
%>
<!--#include file="mdb_path_user.asp"-->
<%
conn.execute("update UserInfo set user='"&request("user")&"',pwd='"&request("pwd")&"' where dj=3")
conn.close
set conn=nothing
response.write"<script>alert('成功!');location.href='login.asp'</script>"
response.end
end if
%>
<form action="admin_go.asp?type=save" method="post">
  <table border="0" cellspacing="0" style="border-collapse: collapse" cellpadding="0" width="100%" height="80%">
    <tr>
      <td width="100%">
<div align="center">
  <center>
  <table border="0" cellspacing="1" bgcolor="#555555" style="border-collapse: collapse" bordercolor="#111111">
    <tr>
      <td width="100%" bgcolor="#6A6A6A">
      <font color="#FFFFFF"><b>帐号</b></font></td>
    </tr>
    <tr>
      <td width="100%" bgcolor="#FFFFFF">      
      帐号:<input name="user" size="15" style="border-style: solid; border-width: 1"></td>
    </tr>
    <tr>
      <td width="100%" bgcolor="#FFFFFF">      
      密码:<input name="pwd" size="15" style="border-style: solid; border-width: 1" type="password"></td>
    </tr>
    <tr>
      <td width="100%" bgcolor="#DFDFDF">      
      <p align="center">      
      <input name="b1" type="submit" value="确认"></p>
     </td>     
    </tr>
  </table>
  </center>
</div>
</td>     
    </tr>
  </table>
</form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -