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

'action' Syntax and Note

Note:

Read and write property.
Specifies the form action URL.
    
Syntax:
    
document.getElementById("elementID").action = value
document.all.elementID.action = value // IE only

    

      
      








Related examples in the same category

1.'action' Example
2.'action' is applied to