Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

navigation->goto_page('') and <a name="">

Former Member
0 Kudos

Is it possible to add a parameter looks like #my_anchor

I would like a equivalent method than <a href="page.htm#my_anchor">LINKS</a> with navigation->goto_page('page.htm')

Thx

1 REPLY 1

Former Member
0 Kudos

Hello!!

you can use:

- parameter with variable

navigation->set_parameter( name = 'variable' value = variable ).

- parameter with valor

navigation->set_parameter( name = 'variable' value = 'valor' ).

navigation->goto_page( 'page.htm' ).