Executing parent window's function
Web Development
2
Posts
2
Posters
0
Views
1
Watching
-
I open a new window by using window.open function. But I want to execute a function in the parent window when i closing the new window . Pls Help. Urgent
-
I open a new window by using window.open function. But I want to execute a function in the parent window when i closing the new window . Pls Help. Urgent
We don't f*** care if it is urgent. You can refrence the window that opened "you" with: window.opener. -------------------------------------------------------- My portfolio & development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!