Displaying Web Address in Web App

Is there a way to display the web address properly in the web address bar of the browser when I am changing windows inside the app? Currently the web address displays as www.examplesite.com/myapp/ no matter which page in the app im on… Can I somehow change it so that it displays the page in the web app that is currently being displayed. For example www.examplesite.com/home/ or www.examplesite.com/help/ instead of the app name myapp all the time? Thanks for any help!

Technically, Webpages are not HTML pages, but parts of your program.

However, you may display the name of your web pages, or a title, using HashTag.

http://documentation.xojo.com/api/web/websession.html#websession-hashtag

[quote=479040:@Michel Bujardet]Technically, Webpages are not HTML pages, but parts of your program.

However, you may display the name of your web pages, or a title, using HashTag.

http://documentation.xojo.com/api/web/websession.html#websession-hashtag[/quote]

Thank you so much for the help! You always save me!