UNPKG

@qooxdoo/framework

Version:

The JS Framework for Coders

13 lines (12 loc) 286 B
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script type="text/javascript" src="../helper.js"></script> </head> <body> <script> document.write("Modal dialog got argument: " + window.dialogArguments); </script> </body> </html>