PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WB18] open page
[WB18] open page
Iniciado por guest, 18,jun. 2015 17:00 - 1 respuesta
Publicado el 18,junio 2015 - 17:00
I have a wb18 site with various pages, I want to have links from another site to access certain pages, is that possible? So if I click a page on my WordPress site it will open the wd site at for example /users or click a different link and it will open the wd page called /search

Thanks

ISO
Publicado el 18,junio 2015 - 17:17
Hi

if you site is awp, it's very easy (and made for that)

if it's not, then your solution is to always call the web site with its 'main' url but then passing as a parameter the page to open

In the main page init code, you test the parameter and open the appropriate page

Best regards