source: trunk/Packages/synapse/source/demo/http/web/post.htm

Last change on this file was 4, checked in by chronos, 12 years ago
  • Přidáno: Zkušební stažení stránky přes https.
File size: 321 bytes
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
3<html>
4<head>
5 <title>Untitled</title>
6</head>
7
8<body>
9<form action="postresult.php" method="post">
10<input type="submit" name="send_button" value="send it!">
11<input type="text" name="text_value" value="0123456789">
12</form>
13
14
15</body>
16</html>
Note: See TracBrowser for help on using the repository browser.