主题:  请教ASP中的问题

Michael

职务:普通成员
等级:1
金币:1.0
发贴:230
#12003/8/27 12:23:09
<%
'===============================================================
'判断是否登录
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/8/27 12:27:53
js中页面转向