When working with two forms, one for user input and the other as a pop-up window to display results, users sometimes close the pop-up window prematurely if they think there is a network issue causing a delay in data execution. To prevent this, I am considering adding an extra div on top of everything to ensure users can't easily close the pop-up window. However, my attempts so far have not successfully resolved the issue. Is it possible to place a div on top of a pop-up window? Any help would be greatly appreciated.