i m using popup a javascript function in parent for child page.it work fine but i want to pas some value from child page to parent and my code is in child page
on page load of child
button.attributes.add("onclick",javascript:window.opener.func('"+a
+"');window.close();");
but it doesnt work.
any buddy can help me plz so i can send data from child to parent page
