I am calling window.open(url) and Normally that would just open a new tab. However, On this particular page i am developing, it's opening a while new small window.
i've also tried window.open(url, "_blank")
Does anyone know what would force the window to open a new window instead of a new tab.
thanks.