Home | Top | Free Ajax Editor | JavaScript Editor | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |
Sets or retrieves the URL to which the form content is sent for processing.
Syntax
< ELEMENT ACTION = sURL ... > |
object . action [ = sURL ] |
Possible Values
sURL | 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® Internet Explorer 5. For more information, see About Dynamic Properties .
Remarks
The way the data is submitted depends on the value of the method and encoding properties.
Examples
This example uses the ACTION attribute to post a form to a specified URL.
<HTML>
This example uses the ACTION attribute to specify a URL for the mailto protocol.
<form ACTION ="mailto:sales@widgets.com" method=GET>Standards Information
This property is defined in HTML 3.2 and is defined in World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 .
Applies To
|
FORM , ISINDEX |
Home | Top | Free Ajax Editor | JavaScript Editor | Get Advanced JavaScript and Ajax Editor, Validator and Debugger! 1st JavaScript Editor. |