Android Get Root path: JavaScript Get engineering Root Path
Source: Internet
Author: User
JS gets the project root path, such as: HTTP://LOCALHOST:8083/UIMCARDPRJ
function Getrootpath () {
Get the current URL, such as: http://localhost:8083/uimcardprj/share/meun.jsp
var curwwwpath=window.document.location.href;
Gets the directory after the host address, such as: uimcardprj/share/meun.jsp
var pathname=window.document.location.pathname;
var pos=curwwwpath.indexof (pathName);
Get host address, such as: http://localhost:8083
var localhostpaht=curwwwpath.substring (0,pos);
Get a project name with "/", such as:/UIMCARDPRJ
var projectname=pathname.substring (0,PATHNAME.SUBSTR (1). IndexOf ('/') +1);
Return (Localhostpaht+projectname)
}
This article links http://www.cxybl.com/html/wyzz/JavaScript_Ajax/20130608/38492.html
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service