<form action="C:/pfad/irgendeine.html" method="POST">
<input type="text" name="emailAddress">
<input type="password" name="password">
</form>
</BODY>
</HTML>
wie wär´s mit einem Submit-Button?
<input type=submit name="submit">
Mfg
kial
<form action="C:/pfad/irgendeine.html" method="POST">
<input type="text" name="emailAddress">
<input type="password" name="password">
</form>
</BODY>
</HTML>
wie wär´s mit einem Submit-Button?
<input type=submit name="submit">
Mfg
kial