Logout geht nicht
Verfasst: 09.11.2006 19:52
Hallo, warum geht mein Logout nicht mehr?
ich habe den code. über den gleichen hab ich auch schon andere links, aber der geht nicht.
dieser link geht ja auch:
wenn ich z.B. google als Link einsetzte gehts. mit einem normalen template gehts auch. könnte es daran liegen, das ich ein mod hab wo per javascript nachgefragt wird ob man wirklick ausloggen will.
das wurde be idem mod verändert:
ich habe den code. über den gleichen hab ich auch schon andere links, aber der geht nicht.
Code: Alles auswählen
<td height="11" class="topmenuhb" onMouseOver="hoverCellhb(this, true); top.status='Last Minute';return true;" onMouseOut="hoverCellhb(this, false); top.status='';" onClick="location.href='{U_LOGIN_LOGOUT}'" style="border-right:1px solid #000000; border-top-style:solid; border-top-width:1; border-bottom-style:solid; border-bottom-width:1" width="69">
<p align="center">{L_LOGIN_LOGOUT}</td>
Code: Alles auswählen
<td class="topmenuhb" onMouseOver="hoverCellhb(this, true); top.status='Online Buchen';return true;" onMouseOut="hoverCellhb(this, false); top.status='';" onClick="location.href='{U_REGISTER}'" style="border-top:1px solid #000000; border-left-style: solid; border-left-width: 1; border-right-style:solid; border-right-width:1; border-bottom-style:solid; border-bottom-width:1" width="105">
<p align="center">{L_REGISTER}</p>
</td>
das wurde be idem mod verändert:
Code: Alles auswählen
$u_login_logout = 'login.'.$phpEx.'?logout=true&sid=' . $userdata['session_id'] . '" onclick="return logout_question();';