User:Yb30

Revision as of 11:33, 22 February 2022 by Yb30 (talk | contribs)

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>