buttons

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • azura
    New Member
    • Jul 2008
    • 47

    buttons

    i had a problem with my button... i had done 3 buttons there are save,clear and delete... my problem is when i insert data and try to save it, it will be save but my data doesn't want to remove to the empty textfield..??? and when i try to clear(reset) the data it not being reset... the data is still remain... but when i want to delete the saving record, it will return to the default empty textbox... and every time i try to refresh the page..my data automatically save into my database.. so that means i had duplicate record... so what is the solution???
  • ak1dnar
    Recognized Expert Top Contributor
    • Jan 2007
    • 1584

    #2
    So many questions. Can you please show us any code that you have used so far. For the duplicate record problem you can get some answers from this site itself. because I have seen many discussion on this topic here.
    have a look here

    Comment

    • dlite922
      Recognized Expert Top Contributor
      • Dec 2007
      • 1586

      #3
      Make a JavaScript reset button that sets the values to empty string.

      Comment

      Working...