请教高手:为什么用Dreamweaver 添加了asp代码,再按F12就页面显示不出来了啊
我添的代码是:<%
response.Write("我知道你叫"&request.Form("name")
if request.Form("sex")="男" then
response.Write("而且还是一名帅哥哦!")
else
response.Write("而且还是一名美女哦!")
end if
%>
也没什么错误啊,怎么回事啊?
提示为:An error occurred on the server when processing the URL. Please contact the system administrator.
If you are the system administrator please click here to find out more about this error.
试了好多次都是这样的,为什么呢?大家帮帮我把,谢谢了大家了。
我不添,或添个更简单的代码就可以的,能正常打开网页的。