1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00
falkonOfficial/tests/form.html

23 lines
620 B
HTML
Raw Permalink Normal View History

<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>
2018-02-16 15:00:40 +01:00
<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>