"Jason Wong" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
001401c1469c$7c788440$[EMAIL PROTECTED]">news:001401c1469c$7c788440$[EMAIL PROTECTED]...
> >-Original Message-
> >From: Robert Gruber [mailto:[EMAIL PROTECTED]]
> >Sent: 26 September 2001
I would use the session functions with URL parameter but PHP can't transmit
the SID to the link-URL.
This methods work:
1.
next
Result: http://admin/admin.phtml?PHPSESSID=85e6077fd4ff6bdd738707335f283ef5
2.
function Test()
{
window.location.href="admin/admin.phtml?=SID?>";
}
Resu