removeChild from Child Window

M

mike

I am trying to remove a row in a parent window from a child window.
Is this possible?

var row_delete = self.opener.document.getElementById("Action_Row_4");
var rows = self.opener.document.getElementById("Action_Table");
rows.removeChild(row_delete);

It errors on this line:
rows.removeChild(row_delete);
The error message is "Invalid Argument".

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,144
Latest member
KetoBaseReviews
Top