PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Link testing
Link testing
Iniciado por guest, 21,oct. 2016 16:39 - 2 respuestas
Publicado el 21,octubre 2016 - 16:39
Hi, I'm developing my first WB project (v20), in fact my first ever browser-based system.

One of the functions needed is to email a customer a link that when followed will lead them to a specific page in my system (all pages are dynamic WebDev) where a specific set of data will be shown to them.

The link in each email will be unique in that it will contain (as a parameter) a unique reference. What I'm struggling with is programming the link given that I don't even know what the www structure for the system will be yet. Even if I could define this link in an email how can I test it on my development computer?

Sorry, complete web development novice here...

Rgds
Reg
Publicado el 21,octubre 2016 - 17:03
Hi Reg,

you need to create your link programmatically, using pageaddress as your base..

In test mode, the URL will contain localhost, and when deployed, the real URL.

Best regards
Publicado el 21,octubre 2016 - 18:02
Hi Fabrice,

Tried that and it works a treat thanks.

Kind Regards
Reg