Is there a way to open up a popup window from the .net code?
ie is there a way of calling javascript directly from the code, without needing user interaction? Or is there a way without using javascript?
Bascially, the way I want it to work is:
- user presses a button
- a load of calculations take place on the server which might take a while
- then a popup displays results
So I cant have the new window opening on the button press, as there wont be enough time for the calculations to have been made.
Hope someone can help (has been driving me mad!)
Thanks
Van
ie is there a way of calling javascript directly from the code, without needing user interaction? Or is there a way without using javascript?
Bascially, the way I want it to work is:
- user presses a button
- a load of calculations take place on the server which might take a while
- then a popup displays results
So I cant have the new window opening on the button press, as there wont be enough time for the calculations to have been made.
Hope someone can help (has been driving me mad!)
Thanks
Van