buckbeak
10-03-2002, 11:05 AM
Is this js script correct???
var form1 = "";
form1 = "window.opener.document." + "#cal#";
form1.DateField.value = DateToShow;
window.close();
Why is this script not working?
it seems that window.opener.document.gr_part.DateField does not exist??
I pass the value using cf(#cal#)... gr_part is my form name.
var form1 = "";
form1 = "window.opener.document." + "#cal#";
form1.DateField.value = DateToShow;
window.close();
Why is this script not working?
it seems that window.opener.document.gr_part.DateField does not exist??
I pass the value using cf(#cal#)... gr_part is my form name.