父页面: js window.open(url,blank) funtion setText(val){document.getElementById('txt').value = val;}子页面: js row.ondbclick = function(){ window.opener.setText(row.value)} 在repeater模版中,给控件写上js事件,在row.value的地方用EVAL绑定你需要的数据