Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 1
    I ended up going to a different solution where I do w = window.open("placeholder"); $.ajax(...ajax call that returns the url...) success (...w.location = data.url...) as per theandystratton.com/2012/… Commented Jan 30, 2014 at 14:19
  • 14
    @FahadAbidJanjua It is absolutely not correct. It still depends on browser settings. There is nothing in HTML or Javascript specifications that declares that a "custom action" must open in a popup rather than a tab. Indeed, none of the browsers on my current machine display this behavior. Commented Apr 7, 2014 at 15:13