8/6/14

how to change value in input box on click event using java script

    function calcualte()
    {
        alert("this method is called")
        document.getElementById("Text1").value = 16;
    }


No comments: