Good afternoon.
I'm need to pass an additional variable value to the window opener and I don't know the syntax to pass >1 variable.
Currently (passing 1 value):
window.opener.document.frmCommentsList.hNeedToRefresh.value=true;
I need to also pass:
hDelete.value=true
I appreciate your assistance, as always.
Thank you.
I'm need to pass an additional variable value to the window opener and I don't know the syntax to pass >1 variable.
Currently (passing 1 value):
window.opener.document.frmCommentsList.hNeedToRefresh.value=true;
I need to also pass:
hDelete.value=true
I appreciate your assistance, as always.
Thank you.