ACTION Attribute | action Property --------------------------------------------------------------------------------Sets or retrieves the URL to which the form content is sent for processing.SyntaxHTML <ELEMENT ACTION = sURL... >  
Scripting object.action [ = sURL ] Possible ValuessURL String that specifies or receives the URL to use. If a relative path is specified, the base URL of the document is assumed. The property is read/write. The property has no default value.Expressions can be used in place of the preceding value(s), as of Microsoft&reg; Internet Explorer 5. For more information, see About Dynamic Properties.ResThe way the data is submitted depends on the value of the method and encoding properties.