-delete pls-
Posted: Sun Oct 05, 2008 12:45 pm
-removed-
Hint, the souce code of your html page looks like this.LifeSux wrote:I'm even unsure about which one I should use. POST or GET....
Code: Select all
<form action="TEST" method="post" id="Login">
<fieldset>
<label for="Login_email">E-Mail</label><br/>
<input type="text" value="" id="Login_email" name="email" class="fieldText" /><br/>
<label for="Login_password">Passwort</label><br/>
<input type="password" value="" id="Login_password" name="password" /><br/>
<input type="submit" value="Einloggen" name="login"/>
</fieldset>
</form>