asp.net - Asp. net and Javascript pop up windows -


I am writing an intranet application and I am considering using a pop up window. What are your thoughts on this? I do not care about admission because it is an intranet app.

The scenario is such that I should be able to use the same code between a server code as well as one process; That's why this is the reason that I decided to use it in the middle of the process, it is best to keep it as a pop-up window to walk out of real estate on the screen.

Any thoughts on this? I'm hesitant to use the pop-up window because I usually only use it for error messages thanks in advance.

I do not fully understand what you are trying to do, but I think one The popup window may be somewhat of a problem, if the user's browser automatically blocks the popup window. Also, if you were trying to run a process in the popup window, the user could close it and now this process There is no way to check.

Would it be possible to use Ajax to call it a web service that gives page information about the process? You can give a user a way to call Ajax calls to check the status of the process or can consistently vote in the background.

EDIT:

You said that you were not even familiar with Ajax. For the most part, there are libraries to handle all the hard details. I would recommend because I have been using for a while now.

If you go to Ajax route then you can add everything to a page and you can make necessary updates when ajax call is successful. Depending on how you write codes, if you correct it, then it should be re-usable. It really depends on how specific your needs are on each page.

Although take a look at jQuery documentation. It may be that you have already been created in it Otherwise, they might be able to tell some reason for some other reason what their favorite JavaScript library is trying to do to you.


Comments