Hi people,
I'm using window.showModalDialog but having an issue trying to set the parent window(main browser).
I open modal window A which is then opens modal window B, top of modal window B onload I do window.opener.close()". My issue now is when i'm finished with B I set parent window(main browser) to a new url with window.opener.location. So my problem is modal window A the parent has been closed so window.opener.location will not work. Any ideas what I could do to set the actual parent parents url?
Sorry bit confusing hope someone under stands.


Reply With Quote

Bookmarks