ody
08-08-2006, 06:32 PM
Hello !
I've used this code :
nPos = String.ReverseFind(e_URL, "#", true);
if nPos then
strPage = String.Mid(e_URL, nPos + 1, -1);
Page.Jump(strPage);
end
and used #page on my html's to interact with Project pages and that worked fine.
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.
I've used this code :
nPos = String.ReverseFind(e_URL, "#", true);
if nPos then
strPage = String.Mid(e_URL, nPos + 1, -1);
Page.Jump(strPage);
end
and used #page on my html's to interact with Project pages and that worked fine.
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.