HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <form action="/user-name.php" method="get"> Name: <input type="text" name="name"> <button type="submit" formtarget="_top">Submit</button> </form> <p><strong>Note:</strong> This form's response will be opened in this page but on the top of all frames.</p> </body> </html>
OUTPUT
×

Save as Private