PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WB23] - Loading a page in a new tab
[WB23] - Loading a page in a new tab
Iniciado por guest, 29,may. 2018 09:40 - 1 respuesta
Publicado el 29,mayo 2018 - 09:40
Hi All

WebDev 23 - Dynamic Site

I have a home page with various buttons. A user must log on first to access the site. When the user logs on I set a global variable so that I can subsequently reference it to see if a chosen action is allowed.

I have a button on this homepage which I want to use to load another page into a new browser tab. But only if the user has logged on. How can I program this? I seem to be stuck in catch-22 between not being able to access server code or being able to access server code but then not being able to load a dynamic page ...

Any suggestions of how one handles this?

Thanks
Miembro registrado
1.640 mensajes
Publicado el 30,mayo 2018 - 17:12
IF gbUserLogged = True
// code
END

?
Mensaje modificado, 30,mayo 2018 - 17:12