frat78,
Sorry for the delay in replying!
The following should work:
HTML Code:
function PopupFindMemberReturn(CID, Itm){
parent.parent.document.getElementById(Itm).value = CID;
parent.parent.GB_hide();
}
Whereby CID = the value you're returning (in this case the ID of the row in the database) and Itm = the element on the page (outside of greybox) that you want a value set to
Regs,
A...