UNPKG

@qooxdoo/framework

Version:

The JS Framework for Coders

20 lines (19 loc) 521 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> <select name="top1" size="1"> <option>Heino</option> <option>Michael Jackson</option> <option>Tom Waits</option> <option>Nina Hagen</option> <option>Marianne Rosenberg</option> </select> <input type="text" /> <input type="checkbox" /> <a href="about:blank" target="_blank">click me</a> </body> </html>