Automatic closing of the page after changing or deleting, how do I understand it is necessary to organize using JavaSctipts or am I mistaken?
1 answer
You just do not need to open new windows, do not have to close them and then. Users will decide what and how to open them.
- I support, just open the necessary links on the current page, if after some actions you need to move the user from this page, use [redirect] [1], if we are talking about jango. [1]: docs.djangoproject.com/en/dev/topics/http/shortcuts/#redirect - l0ki
|