UNPKG

@qooxdoo/framework

Version:

The JS Framework for Coders

23 lines (22 loc) 488 B
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script type="text/javascript" src="../helper.js"></script> <style type="text/css"> #iframe { left: 10px; top: 10px; height: 600px; width: 800px; overflow: auto; border: 2px inset; } </style> </head> <body> <div id="description"> <p>Demonstrate that the new event handler works for iframes as well.</p> </div> </body> </html>