<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
<title>Kansas City Orchid Show - About</title>
<meta name="description" content="Orchid Society of Greater Kansas City presents annual orchid show in February, 2013, at American Royal Center, Kansas City, MO. " />
<meta name="keywords" content="orchids, Orchid Society of Greater Kanasas City, Orchid Show, Orchid judging, Blooms, Kansas City, American Royal Center" />
<style type="text/css" media="all">@import "css/master.css";</style>
<script src="contact.js" type="text/javascript"></script>
</head>
<body>
<div id="page-container">
<div id="header"><img src="images/header.jpg" width="900" height="243" alt="header" /></div>
<div id="main-nav">
<ul id="navlist">
<li id="active"><a href="index.html" >HOME</a></li>
<li><a href="req.html">REQUIREMENTS</a></li>
<li><a href="Links.html">LINKS</a></li>
<li><a href="feedback.html">TESTIMONIALS</a></li>
<li><a href="contact.html" id="current">CONTACT US</a></li>
</ul>
</div>
<p> </p>
<div id="content">
<p>
xxxxxxx welcomes all correspondence.<br />
Please use the form below for any questions, feedback and suggestions.<br />
or call <strong><em>xxx xxx </em> xxx.xxx.7009 </strong><br />
All information is confidential<br />
<!--<b>* required fields</b>-->
</p>
<form onSubmit="return checkForm();" method="post" action="latvianews@gmail.com">
<fieldset>
<legend>Contact Form (<strong>* required fields</strong>)</legend>
<div class="input">
<label for="name">Name:</label>
<input type="text" name="name" id="name" size="30" />
</div>
<div class="input">
<label for="email"><strong> E-mail address * :</strong></label>
<input type="text" name="email" id="email" size="30" />
<div class="error" id="emailError">
Required: Please enter your email address
</div>
<div class="error" id="emailError2">
This doesn't look like a real email address, please check and reenter
</div>
</div>
<div class="input">
<label for="message"><strong>Message * :</strong></label>
<textarea name="Message" id="message" rows="18" cols="40"></textarea>
<div class="error" id="messageError">Please enter a message.</div>
</div>
<input type="submit" value="Send Message" name="submit" >
</fieldset>
</form>
</div>
<div id="footer">
<p>Copyrights 2013 xxx xxx | Web Design by xxx</p>
</div>
</div>
</body>
</html>
Output
You can jump to the latest bin by adding /latest
to your URL
Keyboard Shortcuts
Shortcut | Action |
---|---|
ctrl + [num] | Toggle nth panel |
ctrl + 0 | Close focused panel |
ctrl + enter | Re-render output. If console visible: run JS in console |
Ctrl + l | Clear the console |
ctrl + / | Toggle comment on selected lines |
ctrl + ] | Indents selected lines |
ctrl + [ | Unindents selected lines |
tab | Code complete & Emmet expand |
ctrl + shift + L | Beautify code in active panel |
ctrl + s | Save & lock current Bin from further changes |
ctrl + shift + s | Open the share options |
ctrl + y | Archive Bin |
Complete list of JS Bin shortcuts |
JS Bin URLs
URL | Action |
---|---|
/ | Show the full rendered output. This content will update in real time as it's updated from the /edit url. |
/edit | Edit the current bin |
/watch | Follow a Code Casting session |
/embed | Create an embeddable version of the bin |
/latest | Load the very latest bin (/latest goes in place of the revision) |
/[username]/last | View the last edited bin for this user |
/[username]/last/edit | Edit the last edited bin for this user |
/[username]/last/watch | Follow the Code Casting session for the latest bin for this user |
/quiet | Remove analytics and edit button from rendered output |
.js | Load only the JavaScript for a bin |
.css | Load only the CSS for a bin |
Except for username prefixed urls, the url may start with http://jsbin.com/abc and the url fragments can be added to the url to view it differently. |