Skip to content

Instantly share code, notes, and snippets.

@jdeoliveira
Created July 1, 2012 01:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdeoliveira/3026413 to your computer and use it in GitHub Desktop.
Save jdeoliveira/3026413 to your computer and use it in GitHub Desktop.
WCF place order HTML form
<html>
<body>
<h1>Submit order</h1>
<form action="http://localhost:8081/submitOrder" method="POST">
Product code: <input name="productCode" type="TEXT" />
Quantity: <input name="qty" type="TEXT" />
<input type="submit">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment