Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
  <title>Jsbin</title>
  </head>
<body>
<form action="defaultAction.php">
  <label for="firstName">Given name:</label> <input type="text" name="givenName" id="firstName"><br>
  <label for="lastName">Family name:</label> <input type="text" name="familyName" id="lastName"><br>
<input type="submit" value="Submit as usual">
 <input type="submit" formtarget="_blank" value="Submit but show results in a new window/tab">
</form>
<p><b>Note:</b> The formtarget attribute is not supported in IE.</p>
</body>
</html>
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
AuroreDechampspro
0viewers