Fórum

RE: Redirecting user to Organization page from his private page inside JS F

thumbnail
Balaji Murugesan, modificado 12 Anos atrás.

Redirecting user to Organization page from his private page inside JS Funct

Junior Member Postagens: 74 Data de Entrada: 10/11/10 Postagens Recentes
Hi,

I have a javascript function, wherein i have to give the user a link. and on click of this link user has to be redirected to Organizations Private page from his private page.

Users current url: http://localhost:8080/user/<user>/home
URL to be redirected to: http://localhost:8080/group/<org name>/page1

how can i achieve this inside a Javascript function?

Regards,
Bala.
thumbnail
David H Nebinger, modificado 12 Anos atrás.

RE: Redirecting user to Organization page from his private page inside JS F

Liferay Legend Postagens: 14915 Data de Entrada: 02/09/06 Postagens Recentes
Um, the same way you'd handle a redirect in a non-portal implementation.