在asp程序中if(len(sqlsave(request("Content"),keystr))>300) then
在asp程序中if(len(sqlsave(request("Content"),keystr))>300) then response.write"<script>alert('留言不能超过300个字!');history.back();</script>是什么意思 怎还有history.back()
在asp程序中if(len(sqlsave(request("Content"),keystr))>300) then response.write"<script>alert('留言不能超过300个字!');history.back();</script>是什么意思 怎还有history.back()
答案:判断留言内容是否大于300字,如果大于,则使用js代码,跳出弹出框提示,然后点确定后,执行JS的history.back(),也就是返回到留言输入界面(即上一个页面)