我用js的window.location.href = "../SystemManage/index.asp"; 20
想实现从home/index.asp跳转到SystemManage/index.asp,但是为什么出现的链接会是home/SystemManage/index.asp。。...
想实现从home/index.asp跳转到SystemManage/index.asp,但是为什么出现的链接会是home/SystemManage/index.asp。。。怎样去掉前面的home??
展开
展开全部
目前遇到了同样的问题,请问题主是怎么解决的?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
反对,建议使用相对路径,你只是相对路径的理论错了:
window.location.href = "/SystemManage/index.asp";
前面的 / 代表根目录
window.location.href = "./SystemManage/index.asp";
前面的 ./ 代表上级目录
你要从HOME中的index.asp跳到SystemManage中的index.asp,根据目录位置,HOME和SystemManage是在同一目录,所以你应该用
window.location.href = "./SystemManage/index.asp";
window.location.href = "/SystemManage/index.asp";
前面的 / 代表根目录
window.location.href = "./SystemManage/index.asp";
前面的 ./ 代表上级目录
你要从HOME中的index.asp跳到SystemManage中的index.asp,根据目录位置,HOME和SystemManage是在同一目录,所以你应该用
window.location.href = "./SystemManage/index.asp";
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
可能是你没有启用父级目录吧
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
主要是看你的路径了,搞清楚路径就好了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询