Skip to content

Commit

Permalink
New pages: HTML<form>FormTarget
Browse files Browse the repository at this point in the history
  • Loading branch information
estelle committed Oct 9, 2024
1 parent 7124d13 commit 9b4a9e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files/en-us/web/api/htmlbuttonelement/formtarget/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A string..
## Examples

```js
btnEl.formTarget = "post";
btnEl.formTarget = "_self";
```

## Specifications
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/htmlinputelement/formtarget/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A string.
## Examples

```js
inputElement.formTarget = "post";
inputElement.formTarget = "_blank";
```

## Specifications
Expand Down

0 comments on commit 9b4a9e9

Please sign in to comment.