//2007.12.21 linjiasheng
//使用方法 searchdata(url,query,inputid),url格式/***.do,query格式method=***&query=***,inputid就是input text的id名稱
//url就是連線資料庫的位址,在後台要定義格式為"
"的xml格式文字輸出,是多行輸出的.
//inputid就是jsp頁面的text的id名稱
var arra ; //全域性的陣列
var textinput; //傳入的text的id名稱
var index=0; //所選的搜尋值的位置
var firsttime=0;
var selectedvalue=""; //鍵盤移動所選的值
}//主方法
createdivcss(); //建立div的css
clearrow(); //清除之前在table的資料
creatediv(); //在div中加入搜尋的資料
//假如返回的長度》0,顯示div
if(data.length>0)else}}
}function creatediv()
function initarray(data)
function clearsearchcss()
//選擇樣式
var lastover_findinselect = null
function selectfx( which )
obj = lastover_findinselect
if( obj != null && which != obj )
which.style.csstext="color:highlighttext;background:highlight;"
lastover_findinselect = which
var tbody=document.getelementbyid("listtable").childnodes.item(0);
var trlength=tbody.childnodes.length;
for(var i=0;ifunction hotkey()
if(window.event.keycode==38)
}
Ecplise新增XML自動提示
這裡以struts.xml為例 第一步 首先找到 struts2的核心jar包,我這裡是struts2 core 2.3.20.jar用壓縮工具開啟或者解壓下來 找到struts 2.3.dtd檔案,將其複製出來。接下來開啟ecplise,開啟想要新增自動提示的xml,我這裡是struts.xml ...
Ajax檔案上傳並新增Bootstrap進度條
專案中需要用到檔案上傳和顯示進度,網上各種外掛程式搞得頭暈,決定自己實現乙個 三個步驟 ajax上傳檔案,獲取上傳進度,顯示進度 html 上傳40 complete success 後台 def upload file request if request.method post 請求方法為pos...
ajax請求判斷登入超時並給出提示
判斷請求頭中是否含有x requested with並等於xmlhttprequest,如果為true,則證明是ajax請求 if request.getheader x requested with null request.getheader x requested with equals xm...