how to call html textbox item value into database
I have a created a textbox by using a html code as " <input type="textbox" id="txtQuantity" value='||c1.MEDICINE_QUANTITY||' class="sample"></input> "
Here am passing the database value into textbox by using c1.medicine_quantity.
According to my requirement If i change the text box value it should pass into an apex item field like :P45_item
So, How to pass the value from html input field to an apex item please if anyone knows the solution please guide me how to do this.
Thanks.