File indexing completed on 2025-02-16 04:35:30
0001 <html> 0002 <head> 0003 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 0004 <title>Form completion test</title> 0005 </head> 0006 <body> 0007 <h2>Form completion test</h2> 0008 <form action="https://kde.org/" method="post"> 0009 Username: <input type="text" name="user" /><br/> 0010 Password: <input type="password" name="pass" /> 0011 <br/> 0012 Text: 0013 <textarea cols="50" rows="6" spellcheck="yes"></textarea> 0014 <br/> 0015 <input type="submit" value="Send" /> 0016 </form> 0017 <p> 0018 <input type="button" onclick="window.close()" value="Close window"/> 0019 0020 <input type="button" onclick="window.print()" value="Print window"/> 0021 </body> 0022 </html>