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

Linux Dig command usage

Dig Introduction: Dig is a tool that queries DNS ...

Press Enter to automatically submit the form. Unexpected discovery

Copy code The code is as follows: <!DOCTYPE ht...

Solution to win10 without Hyper-V

Are you still looking for a way to enable Hyper-v...

Do you know how to use mock in vue project?

Table of contents first step: The second step is ...

IIS7 IIS8 http automatically jumps to HTTPS (port 80 jumps to port 443)

IIS7 needs to confirm whether the "URL REWRI...

MySQL Oracle and SQL Server paging query example analysis

Recently, I have done a simple study on the data ...

How to implement web page compression in Nginx optimization service

Configure web page compression to save resources ...

CSS animation combined with SVG to create energy flow effect

The final effect is as follows: The animation is ...

Better-scroll realizes the effect of linking menu and content

1. Basic use <!DOCTYPE html> <html lang=...

Method of using MySQL system database for performance load diagnosis

A master once said that you should know the datab...

MySQL loop inserts tens of millions of data

1. Create a test table CREATE TABLE `mysql_genara...

Detailed explanation of MySQL 5.7.9 shutdown syntax example

mysql-5.7.9 finally provides shutdown syntax: Pre...

How to add conditional expressions to aggregate functions in MySql

MySQL filtering timing of where conditions and ha...