Hi i want to pass postcode and surname from one page to another, i have been able to be able to do one value passing with the code below:
<a href=viewContact.jsp?postcode=//c.postcode id="postcode"><%= c.postcode %></a>
where c is the contact. any idea how to pass both postcode and surname