I got this problem, I managed to get the pop-up to grab value from parent form using :document.forms[0].popfield.value = window.opener.document.forms[0].parentfield.value
but now, i need to updated a dropdown list field in that pop-up form, based on the value of popfield. I think the problem is because the form field formula run before the javascript command. How to solve this please…
Thanx in advanced…