'method' Syntax and Note : method « Javascript Properties « JavaScript Reference

'method' Syntax and Note

Note:

Read and write property. 
Sets the mode of transferring <form> data to the server. 
    
Syntax:
    
document.getElementById("formID").method = value
document.all.formID.method = value // IE only

    

      
      








Related examples in the same category

1.'method' Example
2.'method' Possible Values
3.'method' is applied to