Hi,
Can anyone please help me get this code working in Netscape. I am trying to set a value in a child window. This works in IE but not Netscape.
child = window.open(href, windowname, 'width=546,height=600,scrollbars=yes');
child.document.forms.frmOrder.OrderName.value = "somevalue"
Thanks in advance
Mary
Can anyone please help me get this code working in Netscape. I am trying to set a value in a child window. This works in IE but not Netscape.
child = window.open(href, windowname, 'width=546,height=600,scrollbars=yes');
child.document.forms.frmOrder.OrderName.value = "somevalue"
Thanks in advance
Mary