internal pages

<< Click to Display Table of Contents >>

Navigation:  Forum >

internal pages

Forum link

 


 

07-06-2022, 03:04 PM:

 

Hello,

 

simple question 

 

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

 


 

07-07-2022, 08:00 AM:

 

Hi Alessandro,

 

Yes this is possible. Look for the ContentHandlers demo on Github.

 

It should give you a good starting point.

 


 

07-07-2022, 03:23 PM:

 

(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!

 


 

07-10-2022, 09:48 PM:

 

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/...ltiPageApp