asp编程:类型匹配问题

来源:百度知道 编辑:UC知道 时间:2024/06/30 06:35:15
Microsoft VBScript 编译器错误 错误 '800a03f6'

缺少 'End'

/iisHelp/common/500-100.asp,行242

Microsoft VBScript 运行时错误 错误 '800a000d'

类型不匹配

/employees/check.asp,行66
具体代码:

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
</head>

<body>
<table align=center border=0 cellpadding=0 cellspacing=0 class=c width=760>
<tr>
<td width=100% height=197 align=center>
<table align=center border=0 cellpadding=0 cellspacing=0 width=100 height=85 bgcolor=#eeeeee>
<tr>
<td align=center>

<%
session.timeout=

isun="true"
end if
end if
后再加一个end if

你的参数:identity 是否接受到了值??

session("name")=name '这样做效果一样

我看了你的东西,怎么一会rs一会又rs1了,改成一样就OK了。没有问题
if rs.bof or rs.eof then
isun="true"
elseif pwd<>rs("pwd") then
isun="true"
end if
这?如是RS1则END IF放到下面