Can I delay window.open()?
- by Jisaak
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?