td.onmousedown =function(){
//這個方法實現,當用鼠標點擊一個關聯數據時關聯數據自動輸入到,搜索框
document.getElementById("keyword").value =this.innerText;
document.getElementById("popdiv").style.border = "none";
};
//這個方法實現,當用鼠標點擊一個關聯數據時關聯數據自動輸入到,搜索框
document.getElementById("keyword").value =this.innerText;
document.getElementById("popdiv").style.border = "none";
};
2017-01-11