hi, i'm showing the records on the page....then i can delete the records by using checkbox and submit button....anyone knows the delete function in javascript???
here's the code:
Quote:
<input type=checkbox name=choice value = ???>
<input type="button" value="Submit" onclick="???")>
now i need the delete function in javascript,pls help me!!!!