Javascript Properties JavaScript Reference




    function function1() {
        document.getElementById("myForm").method = "post";
    }





       value='Change the mode of transferring the data to "post"' 
       onclick="function1();">