User:Yb30: Difference between revisions
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
< | <html> | ||
<head> | |||
<title>My Page</title> | |||
</head> | |||
<body> | |||
<form name="contact" action="http://www.mydomain.com/myformhandler.cgi" method="POST"> | |||
</ | |||
<div align="center"> | |||
<input type="text" size="25" value="Enter your name here!"> | |||
<input type="hidden" name="Language" value="English"> | |||
<br><br> | |||
</div> | |||
</form> | |||
</body> | |||
</center> | </center> | ||
Revision as of 10:33, 22 February 2022
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>