cjiang wrote:
Hi,

What you can do is like the following:

$("#i-agree").click(function(){
        window.opener.$("#accept-terms").attr("checked","checked");
        window.close();
});


regards,
Changsu

Thanks Changsu,

   sorry about the late response. Works beautifully now.

   Cheers,
   Rob

Reply via email to