PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Display the first dynamic page of the project
Display the first dynamic page of the project
Iniciado por guest, 21,dic. 2015 15:01 - 4 respuestas
Publicado el 21,diciembre 2015 - 15:01
Hello,
When the users of my system log out, they are directed to a static page I have created. There is a link in the static page that redirects the users back to the project (display the first dynamic page of the project).

My problem is this:
When the user accesses my site for the first time , I use the ip address : xxx.xx.xx.xx/my_site_name
When the users accesses it again, something like: "...WD200AWP/WD200Awp.exe/CONNECT..."is displayed in the browser together with the ip of the host.
How to I make the url look like: xxx.xx.xx.xx/my_site_name when the users access the site from that static page.
P.S. The ip may change so a "dynamic"solution would really help me.
Publicado el 21,diciembre 2015 - 15:57
Hi,

Create a frame page that holds the first page. . Load the dynamic page in this frame page as well.

regards
Allard
Publicado el 21,diciembre 2015 - 16:02
Thanx Allard , but I'm not allowed to do this.
Best regards,
Kozeta.
Publicado el 21,diciembre 2015 - 16:05
Why not ?

regards
Allard
Publicado el 21,diciembre 2015 - 18:44
Hi Kozeta,

DynamicSiteDisplay is your friend...

http://doc.windev.com/en-US/…

Cheers,

Peter H.