window.href open new window?
- by CliffC
hi
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 http://stackoverflow.com/questions/1678155/window-location-href-opens-another-window but it is still not working
thanks