A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/html/attributes/formtarget below:

formtarget ยท WebPlatform Docs

formtarget Summary

Specifies a name or a keyword that indicates where to display the response that is received after submitting the form.

Applies to [HTMLInputElement](/html/elements/input)

The formtarget attribute overrides the target attribute of the \

element. Examples
<form action="submit.php">
  Input field: <input type="text" name="inputfield">
  <input type="submit" value="Submit">
  <input type="submit" formtarget="_blank" value="Submit to a new window">
</form>
Related specifications
HTML5 Forms
W3C Recommendation

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4