<%response.End
set rs=server.CreateObject("adodb.recordset")
sql ="select Left,Right from data where gs='" & gs & "'"
rs.open sql,conn,3,2
if tion="左边" then
if rs("left")=0 then
if rs("Right")=1 then%>
<script language="javascript">
alert("左边不行");
history.back();
</script>
<%response.End
end if
end if
end if
If tion="右边" then
if rs("Right")=0 then
if rs("Left")=1 then%>
<script language="javascript">
alert("右边不行");
history.back();
</script>
<%response.End
end if
end if
end if
%>
这个是我自己瞎弄的!就是没效果。。很郁闷