Thank you Bruce! Solved.
First I try like you said and works ok, just that on the link was little bit ugly (/home?menuitem=Home)
...so I try something else.
CASE p_web.PageName
OF 'acasa'
p_web.SSV('menuitem','Pagina de pornire')
OF 'programari'
p_web.SSV('menuitem','Programari')
OF 'istoric-mesaje'
p_web.SSV('menuitem','Istoric')
....etc
This text I wanted to show in header of the page so I move the code form WebHandler > ProccesLink to Header before generate the header.
Of course I could leave this code on WebHandler > ProccesLink but this could have any impact on webserver speed? or it's the same if I leave in Header procedure?
Thank you!
Robert