dinesh vellingiri 26.Feb.08 02:19 AM a Web browser Domino Designer6.5.5 FP2Windows XP
I am trying to submit the form using Java script code, but I am getting the error in that line “Invalid Syntax” error. What could be the problem?
function EditandReturnValues(form)
{
var dialog = window.document.forms[0];
var launcher = window.opener.document.forms[0];
var a = dialog.YearPosted.value;
launcher.YearPosted.value = a;
launcher.PrimaryStatus.value ="Rep Approve" ;