I would like to populate a field in the pop-up window with a field value located in the master window.
Basically my code works with IE but not with FireFox, any ideas:
document.forms[0].RegNo.value = window.opener.document.getElementById(‘RegNo’).innerHTM;