User:Yb30
YB30's Wiki
Change the user count if you have visited this page for your first time.
1
<html>
<head>
<title>My Page</title>
</head>
<body>
<form name="contact" action="http://www.mydomain.com/myformhandler.cgi" method="POST">
<input type="text" size="25" value="Enter your name here!">
<input type="hidden" name="Language" value="English">
</form>
</body>