Mujtaba Bhat 13.Mar.12 03:32 PM a Web browser Domino DesignerAll ReleasesWindows 2003
Hello All,
I want to get the value of window.parent.name in formula language and assign it to a variable. Below is my code in formula language which doesn't work:
test := "<script language=javascript>window.parent.name</script>";
However if i write it like this it gives me the value in an alert message but doesn't assign it to variable "test":