Can I delay window.open()?

Posted by Jisaak on Stack Overflow See other posts from Stack Overflow or by Jisaak
Published on 2010-04-02T18:22:43Z Indexed on 2010/04/02 18:33 UTC
Read the original article Hit count: 166

Filed under:
|
|

So here is my basic problem.

The user clicks the save button.
Use Ajax to save the content via code-behind.
THEN open a new window that loads the content from the DB.

I just need a way to not open the window until the content has been saved. Right now it immediately opens a new window and the content isn't all saved yet.

Any ideas?

© Stack Overflow or respective owner

Related posts about AJAX

Related posts about ASP.NET