Form Object
The target property sets or returns the value of the target attribute in a form.
The target attribute specifies where to open the action URL.
The target property can have one of the following values:
| Value | Description |
|---|---|
| _blank | Opens in a new window |
| _self | Opens in the same frame as it was clicked |
| _parent | Opens in the parent frameset |
| _top | Opens in the full body of the window |
| framename | Opens in a named frame |
![]()
The target property is supported in all major browsers.
Return where to open the action URL:
The output of the script above will be:
Form Object
Your message has been sent to W3Schools.