Hi,

You would have to either write a single page application that handles the
window creations (to make it more like an application). But the standard
way would just to open a new browser window - You can use the target
property on an a tag (for the link to the customer) to open a new page each
time (target="_blank").

Regards,

Andréas

2018-01-18 14:07 GMT+01:00 johnf <jo...@jfcomputer.com>:

> Hi,
>
> I have a desktop CRUD application that allows the same form to be opened
> many times.  Example: I can open a customer's (A) record in one window/form
> and then from the first window/form (customer A's) open a second or third
> window to process customer B or customer C etc... all without closing any
> of the windows/forms.  IOW I can have many windows open at the same time
> all using the same form with different customer records.
>
> How can I do this with Django?  I would like to replace the desktop app
> with a web app using Django.
>
>
> Johnf
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/ms
> gid/django-users/497247eb-313a-c0e6-0d1b-f10ece876f10%40jfcomputer.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAK4qSCccE9WsdQ4p3WiVQtix8SFGk6a4r%3D7XnbLgVAQmmWjABw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to