michelledebeer
Programmer
In my first window I have a function called test().
I open a new window with window.open() and names the first window "main".
I want to access the test()-function in the main-window from my new window, but I can't seem to get it right.
I tried playing around with window.opener.something, but no luck.
Any thoughts?
// Michelle
I open a new window with window.open() and names the first window "main".
I want to access the test()-function in the main-window from my new window, but I can't seem to get it right.
I tried playing around with window.opener.something, but no luck.
Any thoughts?
// Michelle