[Gambas-user] How to load a new page on gb.web by code
T Lee Davidson
t.lee.davidson at gmail.com
Thu Sep 21 14:54:06 CEST 2023
On 9/21/23 01:56, Mayost Sharon wrote:
> Regarding the Request.Path issue, I still don't understand what it can solve
Request.Path would be useful if you had a link to one webpage from another webpage. Let's suppose you had a link to Home in
Webpage1 as "<a href="Home">Home</a>". When the link is clicked and the Gambas script is called, Request.Path would hold the
value "/Home". This would tell you that the user wants the Home page, so you would render it.
--
Lee
More information about the User
mailing list