Form submission refresh page does not jump source code design

Form submission refresh page does not jump source code design
1. Design source code

Copy code
The code is as follows:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Form submission page does not jump</title>
</head>
<body>
<form action="" id="" method="post" target="id_iframe">
<input type="text" id="input_text" name="input_text"/>
<input type="submit" id="sobmit" name="submit" value="Submit" />
</form>
<iframe id="id_iframe" name="id_iframe" style="display:none;"></iframe>
</body>
</html>

2. Operation results

(1) Enter "451" and click "Submit"

(2) Enter "45464646" and click "Submit"

Page submission refresh, no jump

<<:  Docker Compose practice and summary

>>:  Sharing of design ideas for the official website of Navigation Century

Recommend

Free tool to verify that HTML, CSS and RSS feeds are correct

One trick for dealing with this type of error is t...

How to install Docker on Windows Server 2016

Recently Microsoft released Windows Server 2016, ...

Flame animation implemented with CSS3

Achieve results Implementation Code html <div ...

How to solve the margin collapse problem in CSS

First, let's look at three situations where m...

MySQL common backup commands and shell backup scripts sharing

To back up multiple databases, you can use the fo...

Implementation of Docker CPU Limit

1. --cpu=<value> 1) Specify how much availa...

Detailed explanation of three commonly used web effects in JavaScript

Table of contents 1 element offset series 1.1 Off...

Web page header optimization suggestions

Logo optimization: 1.The logo image should be as ...

Docker stop stops/remove deletes all containers

This article mainly introduces Docker stop/remove...

MySQL Basic Tutorial: Detailed Explanation of DML Statements

Table of contents DML statements 1. Insert record...

jQuery Ajax chatbot implementation case study

Chatbots can save a lot of manual work and can be...

Linux MySQL root password forgotten solution

When using the MySQL database, if you have not lo...