ID:159890
 
How do you show/hide a POPUP interface?
Last time I checked, there was no such thing as a 'popup interface'. If you want to show or hide a window, you can use the winshow() proc <small>(or the slightly less efficient winset() to modify the is-visible parameter manually)</small>. To deal with browser pop-ups, you use the browse() proc; you can close a browser window by outputting null into it.