I would like to be able to open a "modal" popup window for the user to enter data in few fields, after a click on certain points on a canvas.
I have already the html design of the window and I also have the initial data from the server using an ajax.
Now I need to be able to display that html page on the popup window and allow the user to enter responses, but in a way, so that the user cannot access anything else on the canvas until the user clicks on the close button on that window.
Any help or pointers will be appreciated.
I would like to add that I searched for hours and could not find an example that answer my need.