when ever i use
window.location.href=//some url
it always open a new window, this only happens when the parent window is an dialog box. Any idea what i did wrong?
i tried using
window.open("http://asdf.com", "_self");
as suggested on this thread window.location.href opens another window but it is still not working
thanks
Parent window
code in a parent window to open new