<html>
<head>
</head>
<body>
<h2>Textfeld:</h2>
<form action="./form_a.php" method="get">
Eingabefeld: <input type="text" name="tf1" >
<input type="submit" name="knopf" value="Aktion">
</form>
</body>
</html>