Forum Moderators: open
I have a main page which opens another page with window.open(), now from this child page I need to access input fields of the parent page, I am using the stdard instruction
self.opener.document.subject_form.KEYVALUE.value = aux;
but I keep getting an error in Javascript saying "Acccess is denied"
Any suggestions?
Thanks in advance