What I ultimately need to do is run an $.ajax() call and then after that is run, open a new window.
$.ajax()
A use clicks on a \"Preview\" button that saves thei
According this this post, it looks like you would have to open your window in direct response to the click (to avoid getting hit by the popup blockers) rather than waiting until the AJAX call completes to open the new window.