<div>Hi Robert</div>
<div> </div>
<div>Thanks for the quick reply. The navigation menu on the left hand side is dynamically generated by opencme, the links to each of the navigation link has to be changed from "abc.html" to "abc.html#def". I need to add an anchor to the links in the navigation menu.
</div>
<div> </div>
<div> </div>
<div> </div>
<div>Hope this is clear</div>
<div> </div>
<div>Thanks</div>
<div>Chaitanya</div>
<div> </div>
<div><br clear="all"> </div><pre>Hi Chaitanya!

Chaitanya schrieb:
><i> I need to add anchors to the navigation link, for eg if the navigation link
</i>><i> is "/abc/adc.html ", i want it to be "/abc/adc.html#qwe" , is this possible
</i>><i> in opencms 6.2.
</i>
No, I'm afraid this task is far more complex than what can be achieved 
with OpenCms and the underlying technologies.
;-)

Just kidding, what's the problem exactly? Java comes with an operator 
'+' for String object which you can use to construct the link:
     <a href="<%= ne.getResourceName() + "#qwe" %>" ... >...</a>


HTH,
Robert
</pre><br>-- <br>   Each of us has our own unique flaw.  But it's the cracks and flaws we each have that make our lives together so very interesting and rewarding.  ~Author Unknown<br>