Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to call html textbox item value into database

Tulasi 1243May 17 2013 — edited May 17 2013
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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 14 2013
Added on May 17 2013
8 comments
1,876 views