Hi guys,
I have 3 windows open ....
1. Main (MAIN)
2. click link from main and it pops up a window (SUB_A)
3. click link on SUB_A and it opens another window (SUB_B)
Now when i hit OK button on SUB_B i refresh the SUB_A window by doing the following.
window.opener.refreshSelf();
Now I am having heaps of trouble trying to also refresh the SUB_A's parent window (MAIN) as well.
Any help ASAP would be fantastic!
Regards,
kloner
I have 3 windows open ....
1. Main (MAIN)
2. click link from main and it pops up a window (SUB_A)
3. click link on SUB_A and it opens another window (SUB_B)
Now when i hit OK button on SUB_B i refresh the SUB_A window by doing the following.
window.opener.refreshSelf();
Now I am having heaps of trouble trying to also refresh the SUB_A's parent window (MAIN) as well.
Any help ASAP would be fantastic!
Regards,
kloner