父页面打开一个页面同时传递值得问题
function opNewProdPage(index) { window.open('ProdSel.aspx?', '', 'height=500, width=500, top=100,left=300, toolbar = no, menubar = no, scrollbars = no, resizable = no, location = no, status = no, Resizable = no'); return false; }