<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
<title>xxxx</title>
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="MSSmartTagsPreventParsing" content="true" />
<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="javascript/contact.js" type="text/javascript">
</script>
</head>
<body>
<div id="page-container">
<div id="header"> <img src="images/header.jpg" alt="" width="900" height="243" />
</div> k
<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><p><p><p> xxx welcomes all correspondence.<br />
Please use the form below for any questions, feedback and suggestions.<br />
or call <em>Jxxx </em> xxx <br />
All information is confidential<br />
<!-- <b>* required fields</b>-->
<!--<form name="Contact" action="" method="post">-->
<form onSubmit="return checkForm();" method="post" action="php/Send_Questions.php">
<fieldset><b>* required fields</b>
<legend>Contact Form</legend>
<label for="name"> Name : </label>
<div class="input">
<input type="text" name="name" id="name" size="30" />
</div>
<label for="email"><b> E-mail
address * :</b>
</label>
<div class="input">
<input type="text" name="email" id="email" size="30" /><span class="emailError, emailError2"></span>
<div class="error" id="emailError">
<p stlye="float:left"/>Required: Please enter your email address
</div>
<div class="error" id="emailError2">
<p stlye="float:left"/>This doesn't look like a real email address, please check and re-enter
</div>
</div>
<label for="message"><b>Comments * :</b>
</label><span class="messageError"></span>
<div class="input">
<textarea name="message" id="message" rows="18" cols="40"></textarea><span class="messageError" ></span>
<div class="error" id="messageError"> Please enter your message
</div>
</div>
<label for=""/>
<div class ="input">
<input type="submit" value="Send Message" name="submit"/>
</div>
</fieldset>
</form>
</div>
<div id="footer">
<p>Copyrights 2013 xxx | Web Design by xxx</p>
</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. |