java - How to pass id to delete one record from table -
i retrieved data database , show list table. delete single record when click "delete" in table. i'm not sure how pass id of record want delete. please check code , give instructions? i'm appreciate instructions. jsp: <table id="employee" class="table"> <thead> <tr> <th><span>id</span></th> <th><span>name</span></th> <th><span>dob</span></th> <th><span>address</span></th> <th><span>position</span></th> <th colspan="2"><span></span></th> </tr> </thead> <tbody> ...