主题:  请教ASP中的问题

Michael

职务:普通成员
等级:1
金币:1.0
发贴:230
#12003/9/27 19:12:37
<%
'===============================================================
'判断是否登录
if Trim(Session("Employee_ID")) = "" then
response.write ""
response.end
end if
%>
我想问一下,上面代码 response.write "top.localtion.href='" & ServerRoot&"'" 中的 top.localtion.href 是什么意思?请大虾帮忙一下!



缺缺

职务:管理员
等级:8
金币:41.0
发贴:9620
#22003/9/27 19:30:39
location.href是js中用来重新定向浏览器页面的,相当于asp中的Response.Redirect