代码求助!!!
<% if rs_search.eof then%>
<script language="javascript">
alert("无符合条件的图书!")
history.back(1)
</script>
<%response.end()
end if。。。。。。。。。。。。。。。。。。%>
1. 为什么我把<% if rs_search.eof then%>放在<script language="javascript">后就不能正常显示了?
2. history.back(1)什么意思?他一定要用在<script>标签中吗?
response.end()不是停止脚本执行并输出BUFFER中内容吗?那<%response.end()
end if。。。。。。。。。。。。。。。。。。%>中response.end()后代码不都不执行了吗?