Skip to content

Instantly share code, notes, and snippets.

@nikku
Created September 4, 2011 22:05
Show Gist options
  • Save nikku/1193593 to your computer and use it in GitHub Desktop.
Save nikku/1193593 to your computer and use it in GitHub Desktop.
<h1>Thanks :-)</h1>
<p>
Thanks for clicking the previous link. May you tell me your name?
</p>
<form class="ajax" method="get" action="finish.html">
<fieldset>
<div class="clearfix">
<label for="name">Your name</label>
<div class="input">
<input type="text" name="name" id="name" />
</div>
</div>
</fieldset>
<div class="actions">
<input type="submit" value="Send" class="btn" />
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment