Hi experts,

This is the snippet for html file

<li><a href="#">Electronics</a>
<ul>
<li><a href="">Mobile Phones</a></li>
<li><a href="">Television</a></li>
<li><a href="">Air Conditioners</a></li>
<li><a href="">Photo & Optics</a></li>
<li><a href="">Audio Systems</a></li>
</ul>
</li>

And there is one jsp file called electronics.jsp.. If i click any one of the above, it should be go to electronics.jsp but only specific code should bo displayed corresponding to the link I have clicked not the entire page..

How can I achieve this?? please help..

Thanks in advance,

yuvi

you want how do navigate pages..

you must go through servlet mapping and web.xml...

otherwise if you are using any framework(struts,spring,hibernate..) see xml file of the corresponding framework..

surf the google..

this is simple u can fix it yourself..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.