posting input feilds using link

You need to create a link that executes some javascript which submits the form when clicked. $('id_of_form').submit() or something to that effect is the Javascript you want.