Skip to content

Instantly share code, notes, and snippets.

@seanmarpo
Created March 9, 2016 01:31
Show Gist options
  • Save seanmarpo/6c24ea126a5263fece51 to your computer and use it in GitHub Desktop.
Save seanmarpo/6c24ea126a5263fece51 to your computer and use it in GitHub Desktop.
<form action="post.asp" method="post">
<input type="text" name="title" value=<%= Request.Form("title") %>>
<textarea> <%= Request.Form("post") %> </textarea>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment