Monday, 2 April 2012

To create the button in java script

  var ButtonIns = document.createElement('BUTTON');
                    ButtonIns.innerText = "Remove";

No comments:

Post a Comment