js 获取项主域名 和 获取uri参数 解析返回结果小工具

function getImgDomain()
{
   return "http://imgupload.youboy.com/";
}

/**获取根目录**/
function getRootPath(){

	 //获取当前网址,如: http://localhost:8083/uimcardprj/share/meun.jsp
    var curWwwPath=window.document.location.href;
    //获取主机地址之后的目录,如: uimcardprj/share/meun.jsp
    var pathName=window.document.location.pathname;
    var pos=curWwwPath.indexOf(pathName);
    //获取主机地址,如: http://localhost:8083
    var localhostPaht=curWwwPath.substring(0,pos);
    //获取带"/"的项目名,如:/uimcardprj
    var projectName=pathName.substring(0,pathName.substr(1).indexOf('/')+1);

    alert(curWwwPath);
    alert(pathName);
    alert(pos);
    alert(localhostPaht);
    alert(projectName);

    return(localhostPaht+projectName);
}

function getRootPath2(){

	 //获取当前网址,如: http://localhost:8083/uimcardprj/share/meun.jsp
   var curWwwPath=window.document.location.href;
   //获取主机地址之后的目录,如: uimcardprj/share/meun.jsp
   var pathName=window.document.location.pathname;
   var pos=curWwwPath.indexOf(pathName);
   //获取主机地址,如: http://localhost:8083
   var localhostPaht=curWwwPath.substring(0,pos);

   return(localhostPaht);
}

function resolveResultBeanIsOk(data,status)
{
  if(status=="success")
  {
    if(data.isOk==true||data.isOk=='true'||data.message=="SUCCESS")
	{
	  yb.alert("操作成功!");
	  return true;

	}else
	{
	  yb.alert("操作失败:"+data.message);
	  return false;
	}

  }else
  {
   // alert(JSON.stringify(data));
     yb.alert("操作失败:"+data.message);
	 return false;
  }

}

/**显示 信息**/
function getQueryString(name) {
	var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i");
	var r = window.location.search.substr(1).match(reg);
	if (r != null)
		return unescape(r[2]);
	return "";
}

$(function(){
  var msg=getQueryString("msg");
  if(msg!=""){

     if(msg=="4003"){
	     msg="没有操作权限!";
	 }else if(msg=="5001")
	 {
	   msg="读取文件异常!";
	 }else if(msg=="5002")
	 {
	  msg="解析xls文件异常!";
	 }else if(msg=="5003")
	 {
	   msg="写入数据异常!";
	 }
      yb.alert(msg);
  }
});
时间: 2024-11-12 11:02:50

js 获取项主域名 和 获取uri参数 解析返回结果小工具的相关文章

博主喜欢的、常用的和垃圾的小工具集锦

博主喜欢的.常用的和垃圾的小工具集锦 目录 XMind 1.XMind:http://www.xmindchina.net/ 总是有很多人喜欢问:你的图画的好漂亮啊,这是什么来的呢?思维导图,用什么画的呢?XMind,一个开源的东东哦.

通过网址获取主域名

/** * 域名中包含一级.二级域名等信息,需要提取根域名. * 例如:www.baidu.com 提取出 baidu.com  * http://write.blog.csdn.net/ 提取出 csdn.net * @author liubing * */public class TopDomainUtil {    private Pattern pattern;      private static Logger logger =LoggerFactory.getLogger(TopD

在java中获取URL的域名或IP与端口

在java中获取URL的域名或IP与端口 获取IP与域名方法一,使用正则表达式 public static String getIP(String url) { //使用正则表达式过滤, String re = "((http|ftp|https)://)(([a-zA-Z0-9._-]+)|([0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}))(([a-zA-Z]{2,6})|(:[0-9]{1,4})?)"; String str = &quo

获取SilverLight.Web项目中路径Uri

方法一: //获取指定要呈现的xaml内容的包活xaml文件Uri var strFullUrl = Application.Current.Host.Source.AbsoluteUri; if (strFullUrl.IndexOf("ClientBin") > 0) { var uristr = strFullUrl.Substring(0, strFullUrl.IndexOf("ClientBin")) + "Report/Default.

js+jquery动态设置/增加/删除/获取元素属性的两种方法集锦对比(动态onclick属性设置+动态title设置)

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html140/strict.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <title>

JS分页 + 获取MVC地址栏URL路径的最后参数

1 @{ 2 Layout = null; 3 } 4 5 <!DOCTYPE html> 6 7 <html> 8 <head> 9 <meta name="viewport" content="width=device-width" /> 10 <title>AjaxPage</title> 11 <script src="/Scripts/jquery-1.7.1.js&q

PHP 如何获取当前的域名

<? //获取当前的域名: echo $_SERVER['SERVER_NAME']; //获取来源网址,即点击来到本页的上页网址 echo $_SERVER["HTTP_REFERER"]; $_SERVER['REQUEST_URI'];//获取当前域名的后缀 $_SERVER['HTTP_HOST'];//获取当前域名 dirname(__FILE__);//获取当前文件的物理路径 dirname(__FILE__)."/../";//获取当前文件的上一

js获取checkbox复选框获取选中的选项

js获取checkbox复选框获取选中的选项 分享下javascript获取checkbox 复选框获取选中的选项的方法. 有关javascript 获取checkbox复选框的实例数不胜数.js实现: var form = document.getElementById("form2"); var field = form.elements["test2"]; var option = Dining.getSelectedOption(form, field);

Android学习----------长按列表项弹出菜单,给菜单项添加事件,获取上下文

这里是先显示一个listview,长按listview的一个列表项,弹出一个菜单来,菜单有两个条目, "更新该条"和"删除该条",并且这两条都有监听事件,整体就像微信好友对话操作一样. 其中菜单项有一个获取上下文的操作:AdapterContextMenuInfo info = (AdapterContextMenuInfo) item.getMenuInfo(); 这句也是用于列表项的. 具体代码如下: protected void onCreate(Bundle