You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
620 B
22 lines
620 B
<html> |
|
<head> |
|
<meta http-equiv="content-type" content="text/html; charset=utf-8"> |
|
<title>Form completion test</title> |
|
</head> |
|
<body> |
|
<h2>Form completion test</h2> |
|
<form action="https://kde.org/" method="post"> |
|
Username: <input type="text" name="user" /><br/> |
|
Password: <input type="password" name="pass" /> |
|
<br/> |
|
Text: |
|
<textarea cols="50" rows="6" spellcheck="yes"></textarea> |
|
<br/> |
|
<input type="submit" value="Send" /> |
|
</form> |
|
<p> |
|
<input type="button" onclick="window.close()" value="Close window"/> |
|
|
|
<input type="button" onclick="window.print()" value="Print window"/> |
|
</body> |
|
</html>
|
|
|