PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WB21] - Display a page inside another website
[WB21] - Display a page inside another website
Iniciado por guest, 30,ene. 2018 08:59 - 3 respuestas
Publicado el 30,enero 2018 - 08:59
Hi All

A client wants us to develop a page containing a chart and a small table of data. We have such a page already working on our own WebDev site hosted on our own server. They want this page to appear on their website. They ask if we can provide a page for them which they can call and display inside an iframe on their website.

Is that possible and, if so, what would we need to do on our server / WebDev project to make that work?

Thanks
Publicado el 30,enero 2018 - 10:21
Hi JP,

If your project is AWP then they just need the link to the awp page.
If it's a dynamic non-awp page then you need to give them the url of your site plus a parameter like www.mysite.com…
Then in the project init code you read the parameter using PageParameter and open the page.

Kind regards,
Piet
Publicado el 30,enero 2018 - 11:23
Thansk Piet. We have a dynamic website so the second option would apply. Thanks for the feedback.

Regards
Publicado el 30,enero 2018 - 16:38
You can also make a AWP page, which will have a static URL, and the only thing this would do is in the load of this AWP page, redirect to your dynamic page using dynamicSiteDisplay