标题:[求助]怎样获取网站根目录路径,并设成变量
只看楼主
thbwn
Rank: 1
等 级:新手上路
帖 子:235
专家分:0
注 册:2007-10-2
结帖率:80%
 问题点数:0 回复次数:0 
[求助]怎样获取网站根目录路径,并设成变量
如题,怎样获取网站根目录,并把它设成变量,可随时调用。比如:网站根目录在空间根目录bbs里,即http://www.,怎样获取到http://www.,并把它设成一个变量。

下边代码,是弹出一个提示框,告知路径,不想弹出,而是设成变量,怎么弄:
<script>
function getRootPath(){
var strFullPath=window.document.location.href;
var strPath=window.document.location.pathname;
var pos=strFullPath.indexOf(strPath);
var prePath=strFullPath.substring(0,pos);
var postPath=strPath.substring(0,strPath.substr(1).indexOf('/')+1);
return(prePath+postPath);
}
alert (getRootPath());
</script>

[[it] 本帖最后由 thbwn 于 2008-5-10 08:33 编辑 [/it]]
搜索更多相关主题的帖子: 变量 路径 目录 获取 
2008-05-10 08:18



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-213464-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.630961 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved