cancel
Showing results for 
Search instead for 
Did you mean: 

Navigation between pages

Former Member
0 Kudos

Greetings,

I have a tab with the following menu (Detailed Navigation)

-Menu Page

->Grouped Content 1

-Page 1

-Page 2

->Grouped Content 2

-Page 3

-Page 4

On the menu page I have a custom made html menu. From this custom menu inside the page I would like to navigate to Page 1 or Page 3. I would like that navigation to be complete, meaning that the page that Iu2019m navigating to should be marked/highlighted on the Detailed Navigation Menu and the portal bread crumb updated

How can I make the URL's to specify the destination page, should I specify a target for the URL

(I'm using NW 7.3)

Thanks in advance

Regards

Jean Carlo

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi,

As I understood from your question, You have a custom HTML page from where you need to navigate to the portal page in the Detailed level navigation. So you can use the Quick link for the page which you need to navigate from the HTML page. it can be called as http://<Fqdn>: Port/irj/portal/<Quicklink>. This will directly call the page in the detailed Navigaiton menu.

Thanks,

MAHendran B.

Former Member
0 Kudos

Thanks for your answer,

I did try to put the URL of the page, nevertheless, when I click on the URL the entire portal is showed on the content area of the page. I also did try to specify the target u201Cparentu201D so it show the desired page on the content area, however the navigation menu doesnu2019t reflect the navigation.

0 Kudos

Hi,

how did you call the URL? can you mention the URL? Also did you maintain the Quicklink parameter in the page properties

Thanks,

Mahendran B.

Former Member
0 Kudos

.

Former Member
0 Kudos

Im using:

<-a- href='https://answers.sap.com/irj/portal?NavigationTarget=ROLES://portal_content/Model1/Pages_0/Training/IFC/TR_PG_IOverview' target='_parent'>I. overview<-a->

Former Member
0 Kudos

now Im using the link:

/irj/portal?NavigationTarget=ROLES://Rol_ID/Page_Path_Inside_Role/Page_ID

this takes me to the page I want but it causes to reload the portal wich take a lot of time

Is there another solution?

former_member254395
Active Participant
0 Kudos

Hi,

Either you can try with EPCM.doNavigate("PCD path of the page") also.

Rabin D