Hi all,
is there a way to call java or
vb script functions form another window?
I have a window that opens another window on clicking a button. I want to call a function defined in the parent window from the child window. I assume, since you can access all elements in the parent window from the child window (using window.opener.document...), that functions would also be accessible. Is this possible? If so, can you give an example.
Much appreciated,
George.