Is a solution exist to have a navigation->goto_page('toto.htm#myanchor') ?
Pleeeasse hellpppp 😔
Oups I have a solution
<%
Data: strredirect type string.
if REFRESHFLAG = 'Y'.
CONCATENATE 'testredirect.htm#' ANCHOR into strredirect.
%>
<meta http-equiv="refresh" content="0;url=<%=strredirect%>">
<% endif.
%>
Add a comment