DIR : /home/kozerus/public_html/koform.htm /home/kozerus/public_html <html> <head> <title>koform.html 20200828_0430</title> </head> <body bgcolor=linen> <div id="div_koform" > <h1>div_koform</h1> <hr color=goldenrod> <form method="post" name="myform" action="koform.php"> <input type="text" name="koform_text" maxlength="80" size="30"> <input type="text" name="koform_db3file" maxlength="80" size="30"> <input type="text" name="koform_db3tbl" maxlength="80" size="30"> <input type="text" name="koform_match" maxlength="80" size="30"> <input type="text" name="koform_limit" maxlength="80" size="30"> <input type="text" name="koform_path" maxlength="80" size="30"> <input type="submit" value="Submit" > </form> <hr color=goldenrod> </div> </body> </html>//