<a href="#" onclick="window.location.href="?action=n1">n1</a>
--------
String action=request.getParameter("action")
if(action.equals("n1"))
{
    do something
}
else
{
    do others.
}