PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → PageAffiche does not work !
PageAffiche does not work !
Started by Adelphe, Apr., 18 2014 12:47 PM - 1 reply
Posted on April, 18 2014 - 12:47 PM





Hello Developers !

I am a webdev beginner , in every examples i noticed that the use of PageDisplay works with a dynamic page.
I am exactly doing the same thing but nothing works.

Please Help
Posted on April, 18 2014 - 1:20 PM
Hi Adelphe

looks to me that you are trying to use a server syntax in a browser code.

Be careful to read the help page ENTIRELY... you will see that the same
function (here PageDisplay) will often have a different behavior in
server and browser code.

In this particular case, the browser doesn't know your page, it knows
only URLs. So in browser code, pageDisplay only accepts URLs (static
page, php page, or awp page)

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

NEW: WXShowroom.com is available: Show your projects!
More information on http://www.fabriceharari.com


On 4/18/2014 4:47 AM, Adelphe wrote:






Hello Developers !

I am a webdev beginner , in every examples i noticed that the use of
PageDisplay works with a dynamic page.
I am exactly doing the same thing but nothing works.

Please Help