$(document).ready(function(){ $('.sel').dblclick(function(){ var nowid=$(this).attr('id'); window.opener.document.getElementById('xxbid').value = document.getElementById('id_'+nowid).value;//id window.opener.document.getElementById('xxbgcmc').value = document.getElementById('xmmc_'+nowid).value;//項目名稱 $("input[name='col64289']",window.opener.document).val($('#wtdw_'+nowid).val());//委託單位 $("input[name='col64291']",window.opener.document).val($('#wtdlxr_'+nowid).val());//聯繫人 $("input[name='col64292']",window.opener.document).val($('#wtdwdh_'+nowid).val());//電話 $("input[name='col64294']",window.opener.document).val($('#xmmc_'+nowid).val());//項目名稱2 $("input[name='col64295']",window.opener.document).val($('#xmdz_'+nowid).val());//項目地址 $("input[name='col101768']",window.opener.document).val($('#ywy_'+nowid).val());//業務員 $("input[name='col101767']",window.opener.document).val($('#ywyid_'+nowid).val());//業務員id window.close(); }) $('#btnSearch').click(function(){ if($('#tbWTDBH').val()==''){ alert('請輸入搜索內容!'); $("#tbWTDBH").focus().select(); return false; } }) })