Hi,
yesterday my srcipts worked already fine, specially the thing with cookies and so on.
This morning, I can\'t login anymore. I get the pasword within this part of script. For debugging I abandoned the claim just to print the input pwd - that doesn\'t work...
...
code part:
<body onLoad=\"//self.login.pwd.focus( )\">
<form action=\"login.php\" name=\"login\" method=\"GET\" target=\"\" ONKEYPRESS=\"return checkSubmit()\" >
Hallo <strong> <? print $user->getValue(\"cn\"); ?></strong>, bitte einloggen...:<br>
<input type=\"password\" name=\"pwd\" size=\"20\" class=\"input1\">
<input type=\"hidden\" name=\"flag\" value=\"on\">
<input type=\"hidden\" name=\"OLD_REFERER\" value=\"<? print $HTTP_REFERER; ?>\">
<input type=\"image\" name=\"submit\" value=\"anmelden\" src=\"she/buttons/login.gif\" border=\"0\" class=\"input1\">
</form>
<?
echo \"\$pwd -> $pwd\";
?>
</body>
...
Can anyone help - plese..
Tanja