Created
July 1, 2012 01:32
-
-
Save jdeoliveira/3026413 to your computer and use it in GitHub Desktop.
WCF place order HTML form
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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