Atitit hre框架v5 新特性 HREv5 1. V5新特性 apiurl2="/wrmiServlet";1 2. V1 新特性1 3. V2 新特性 添加php版1 4. V3 新特性 callback_checkJavaEx(data);1 5. V4 新特性1 基礎實現 <script
Atitit hre框架v5 新特性 HREv5
1. V5新特性 apiurl2="/wrmiServlet";1
4. V3 新特性 callback_checkJavaEx(data);1
1. V5新特性 apiurl2="/wrmiServlet";
2. V1 新特性
基礎實現
3. V2 新特性 添加php版
4. V3 新特性 callback_checkJavaEx(data);
5. V4 新特性
<script src="../com.attilax/hre/HREv4q229.js"></script>
作者:: 綽號:老哇的爪子 ( 全名::Attilax Akbar Al Rapanui 阿提拉克斯 阿克巴 阿爾 拉帕努伊 ) 漢字名:艾龍, EMAIL:[email protected]
轉載請註明來源: http://www.cnblogs.com/attilax/
// JavaScript Document
//history
//v4 add callback_checkJavaEx
function callback_checkJavaEx(data)
{
processJavaEX(data);
}
var HRE={};
HRE.exe=function(param,callback)
{
try{
try{
param.rdmStr=Math.random();
}catch(e){
param=param+"&rdmStr2="+Math.random();
}
//if(isExitsFunction("submit_befor_check"))
//submit_befor_check();
//$iocx="aa";
$iocx_iner="";
if(isExitsVariable("$iocx"))
$iocx_iner=$iocx;
//jQuery.get("dwr.php?param="+param, [data], [callback])
//com.attilax/dwr.php
if(window.location.host!="") //web envi
{
//alert(apiurl);
//apiurl2= start_with (apiurl,"/")?apiurl:"/"+apiurl;
if($approot=="/")
$approot2="";
else
$approot2=$approot;
apiurl2="/wrmiServlet";
var urlP2= $approot2+apiurl2+"?iocx="+$iocx_iner;
console.log("--web ajax url:"+urlP2);
$.ajax(
{
type: "get",
url:urlP2,
data:param,
dataType: "text",
success: function(data) {
// $("#divShow").html(data);
data=$.trim(data);
try{
callback_checkJavaEx(data);
}catch(e)
{
if($ex_show_err_str)
// showErr(e);
alert(data);
throw e;
}
callback(data);
}
});
}
//-------------------
// alert("window.location.host:"+window.location.host);
if(window.location.host=="") //cs envi
{
//alert(sendNSCommand);
//var json=urlParams2json(param);
//alert(sendNSCommand);
sendNSCommand(param,"hre");
//alert("sendNSCommand ok");
}
}catch(e)
{
showErr(e);
}
}
function inDesktopMode()
{
return window.location.host=="";
}