hallo,
ich hab son fomular und möchte, dass der user enter drückt und sich dann einloggt (wie das in jedem forum so is) doch bei mir geht das net....
mfg supersass1
hallo,
ich hab son fomular und möchte, dass der user enter drückt und sich dann einloggt (wie das in jedem forum so is) doch bei mir geht das net....
mfg supersass1
das ist eigentlich standardmässig so, poste mal dein code...
<form action=\"login/login.php\" method=\"post\" target=\"_top\">
<input type=\"text\" name=\"name\" size=\"20\" class=\"Button\" value=\"Name\" onFocus=\"if(this.value == \"Name\") this.value = \"\";\" onBlur=\"if(this.value==\"\") this.value=\"Name\";\">
<input type=\"password\" name=\"pwd\" size=\"20\" class=\"Button\" value=\"Kennwort\" onFocus=\"if(this.value == \"Kennwort\") this.value = \"\";\" onBlur=\"if(this.value==\"\") this.value=\"Kennwort\";\">
<input type=\"submit\" value=\"Login\" class=\"Button\"> <a href=\"index.php?id=112\" target=\"_top\">registrieren</a>
</form>";
Ich nehm an das ist in deinem php code?
Schließlich hast du alle " escaped...