| function CloseWindow(action) { | |
| if (window.CloseOwnerWindow) return window.CloseOwnerWindow(action); | |
| else window.close(); | |
| } | |
| function onOk() { | |
| CloseWindow("ok"); | |
| } | |
| function onCancel() { | |
| CloseWindow("cancel"); | |
| } |
| 欢迎光临 jQuery MiniUI (http://miniui.com/discuss/) | Powered by Discuz! X2 |