3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4 <title>Contact Form</title>
7 <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
8 <script type="text/javascript" src="../../bootstrap.js"></script>
11 <link rel="stylesheet" type="text/css" href="../shared/example.css" />
14 <script type="text/javascript" src="contact-form.js"></script>
15 <style type="text/css">
27 This shows an example of a common "Contact Us" form in a popup window. The form uses vbox and hbox
28 layouts to acheive a uniform flexible layout even when the window is resized.
31 <p>The js is not minified so it is readable. See <a href="contact-form.js">contact-form.js</a>.</p>