Hello !
I've used this code :
and used #page on my html's to interact with Project pages and that worked fine.Code:nPos = String.ReverseFind(e_URL, "#", true); if nPos then strPage = String.Mid(e_URL, nPos + 1, -1); Page.Jump(strPage); end
The problem is I cannot navigate back/history (from the page containing the web object) to another project page using a button outside the web object. It keeps refreshing the web object being in the same page.

