I'm trying to use JS to show a message on top of another screen using pui.show(). The display is a universal display/program that basically displays a message and returns a value, which in this application, doesn't do anything. I'm having an issue having the message screen erasing the original screen. Here is the code I'm using.
Ok, got the format to overlay, however, when I click the button, it clears everything. I can see why because of the docuemnt.body.innerHTML = " " statement. However, if I remove that, the browser just hangs with a spinning wheel. Now way to close it except to close the entire window. I'd like to have the popup go away and the program take over again.