PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Webdev 22: Which control to implement  privacy policy?
Webdev 22: Which control to implement privacy policy?
Débuté par Steve.M, 06 déc. 2017 20:44 - 3 réponses
Posté le 06 décembre 2017 - 20:44
Hi,

Which control can be used in Webdev to easy implement a privacy policy? I'm using a responsive design. So the control must be compatible.

I'm thinking to adding this control in my template, so it's visible around the whole site. The moment the user has clicked the "OK" button, this control should be closed.

Any help or feedback is welcome.

Steve
Posté le 06 décembre 2017 - 21:08
Hi Steve,

what do you mean "privacy policy"?

From the little you are saying, it looks like a button with a label saying "privacy policy" that you make invisible when it has been clicked...

But that can't be that simple...

Best regards
Posté le 06 décembre 2017 - 22:06
Hi Fabrice,

Thanks for the fast response.

I’m looking for something comparable from the site from Europol (cookie policy) https://www.europol.europa.eu/

Steve
Posté le 06 décembre 2017 - 22:15
Hi again

I would do that using a cell invisible by default, in the cell a text and buttons, and a celldisplaydialog when loading the page, if a global variable is not set, and in the ok button, I would set the global variable and do a closedisplaydialog.

Best regards