由window.open 打开的子页面,可以通过JQuery 修改父页面的值:
var table = $("#tbRepeater", opener.document); //获取父页面的table
table.find("td #name").val("被子页面修改的值");