I have server-side code that loads a customer.
While it's loading, in some cases I want to show a popup to allow the user to choose something - and then continue in the server-side code loading the customer data, taking into account what the user chose.
How can do this? Something with AJAX maybe?
Go to the complete details ...