How does one set the window.opener.location without reloading the form?
I tried using "window.opener.location.href" but it still reloads the form. I need to do it on the opener form because I need to perform a postback on it later. (I'm trying preserve the values its fields.)
Thanks.
I tried using "window.opener.location.href" but it still reloads the form. I need to do it on the opener form because I need to perform a postback on it later. (I'm trying preserve the values its fields.)
Thanks.