I am currently working on a web forms application. I have Javascript function [e.g HideWaitMessage() ] in the parent window. I use window.parent.HideWaitMessage() from child window to access this and it works as expected.
However, in order to avoid errors, I wanted to verify whether the function does exist in the parent window. Please advise on how I can achieve this.