<window title="ZK Login" border="normal" width="500px" onOK="doOK(self)" xmlns:h="http://www.w3.org/1999/xhtml" >
。。。
<button width="76px" label="OK" onClick="doOK(spaceOwner)"/><space/>
<button width="76px" label="Cancel" onClick="spaceOwner.detach()"/>
/>
<zscript>
void doOK(Window modalwin) {
}
</zscript>