asp后台登陆不跳转问题 - Web 开发 / ASP
我的后台登陆不知道是什么原因 输入正确的用户名 密码就是不跳转 代码如下:
index.asp(后台登陆页面)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
td {
font-size: 12px;
}
-->
</style>
</head>
<body>
<form action="check.asp" method="post" name="form1" target="_self">
<table width="408" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#ff9900" height="100">
<tr>
<td height="30"><div align="center"><font color="#FFFFFF">新华书店后台登陆</font></div></td>
</tr>
<tr>
<td bgcolor="#fffbef">
<table border="0" cellpadding="0" cellspacing="0" width="403">
<tr>
<td width="403" height="80" align="center">
相关问答:
http://www.zgjhjy.com/Test/PrimaryTest/Index.aspx
就是类似以上的在线测试系统,需要有一个后台的,语言是asp的,数据库是access的,还需要能在后台对信息进行添删改查的。谢谢各位了。。。
程序真的很多,不知 ......
function CheckOpwd(){//验证用户名
var pwd=document.all.txtOpwd;
var div1=document.getElementById("divPwd");
if (pwd.value=="")
{
......
asp虚拟主机实现伪静态的方法:
1、 重写url参数
Step1: 建立前台文件index.asp,修改url参数形式。由于读取数据库中的记录不是专题的重点,故直接给出:
<!--#include file="config.asp" -->
&l ......
Microsoft JET Database Engine '80040e07'
标准表达式中数据类型不匹配。
\wwwroot\update.asp, line 20
--------------------------------------------------------------------------------
Ho ......
sqlserver的数据库,字段是image类型的。怎么写代码,在页面中点击“下载”就能打开那个下载对话框?
PS:OracleLob 在sqlserver里是什么?
Response.Redirect("test.jpg")
引用
Response.Redirect( ......