Forum Moderators: open

Message Too Old, No Replies

how to remove this error?

         

PHPycho

9:40 am on Jun 29, 2007 (gmt 0)

10+ Year Member



Hello forums!
I had used the following function(for deleting div elements) and its working properly
function deleteCampaignRow(parentElem, childElem){
var parentObj = document.getElementById(parentElem);
var childObj = document.getElementById(childElem);
parentObj.removeChild(childObj);
}
when the form is submitted , it gives the error "parentObj has no properties".
how to solve the above problem?
Any Idea?
Thanks in advance to all of you

Bernard Marx

1:35 pm on Jun 29, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Form? What form?

:)