I have a child form that updates a parent form.
The field on the parent form is called "t_1".
I am using the following javascript to update its value:
opener.document.form2.t_1.value=TaskId;
This works fine the value of the variable TaskId is filled in fine. But what I really need is to replace...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.