hi experts,
<a href="http://www.example.com"> goods </a>
this is the hyperlink i have to used for example.
i want to get the term 'goods' in the above hyperlink through jsp if i will click 'goods'.
can i get the term in jsp like the below snippet??
<% String goods=request.getParameter("goods");
%>
or else what can i do to get the term 'goods' through jsp??
i am waiting for your reply....