Use standard HTML function for Alerts, Dialogs and so on.
See the blue windows to learn how to return values from WinLIKE dialog windows: the source window set the return path into the
.myP property of the dialog window. The dialog windows simply uses this (it's own) property to deliver the selected value
back to the source window.
Thus this technique demonstrates how to provide values for a window wich is not already created (e.g. when
loading the skin and content after using WinLIKE.openaddress or a usual HTML link). The window itself can,
if created, read this values--for example with the BODY onLoad event.