﻿document.write("<script  language=\"javascript\"  src=\"/js/popup.js\"  ></script><script type=\"text/javascript\" src=\"/webjs/jquery-1.2.6.pack.js\"></script>"); 
 function _subop(url,bid,utype,calback){
 var loginurl="";
	$.ajax({type: "POST",url:"/jsp/businessUserLogin.do",data:"method=checklogin&utype="+utype,
	success: function(msg){eval(msg);
	if(status!="null"){
	if(bid!=null&&utype=="2"&&status!=bid){alert("温馨提示:你没有权限管理该页面信息,系统将跳转到您的管理页面!");}
	if(typeof url!="undefined" && url!=null&&url!=""){window.open(url);}	
	}else{
	_ShowIframe('/jsp/openlogin.jsp?purl='+url+'&bid='+bid+'&utype='+utype,'请登录',false,400,300);
	}},error: function(){alert("操作失败");}}); 
}


