Hi,
try to use hidden field called "lletter" and when user
clicks on alphabet, you can do something like this:
<a href="#" onclick="document.form1.lletter.value='A'; document.form1.submit(); return false;">A</a>
Where form1 is the name of your form...