Atozed Forums
internal pages - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: internal pages (/thread-2787.html)



internal pages - staff@ergosoft.it - 07-06-2022

Hello,

simple question [Image: smile.png]

with Intraweb it is possible to directly open an internal page (form) with a standard http call

example

https://mysite.com:8880/contact

or

https://mysite.com:8880/contact/page1

without using parameters with "?"

thanks
Alessandro Romano


RE: internal pages - jeroen.rottink - 07-07-2022

Hi Alessandro,

Yes this is possible. Look for the ContentHandlers demo on Github.
It should give you a good starting point.


RE: internal pages - staff@ergosoft.it - 07-07-2022

(07-07-2022, 08:00 AM)jeroen.rottink Wrote: Hi Alessandro,

Yes this is possible. Look for the ContentHandlers demo on Github.
It should give you a good starting point.

Hi,

ok thanks!


RE: internal pages - Alexandre Machado - 07-10-2022

Also, have a look at this demo that I published recently.

The basic stuff (assigning a form to a particular address) is there and it's simple to understand: https://github.com/Atozed/IntraWeb/tree/master/15/Delphi/MultiPageApp