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

How to calculate the value of ken_len in MySQL query plan

The meaning of key_len In MySQL, you can use expl...

VUE realizes registration and login effects

This article example shares the specific code of ...

Alibaba Cloud Ubuntu 16.04 builds IPSec service

Introduction to IPSec IPSec (Internet Protocol Se...

MySQL controls the number of attempts to enter incorrect passwords

1. How to monitor MySQL deadlocks in production e...

Detailed explanation of jQuery's copy object

<!DOCTYPE html> <html lang="en"...

How to solve the problem of automatic package update in Debian system

I don't know when it started, but every time ...

Detailed explanation of Navicat's slow remote connection to MySQL

The final solution is in the last picture If you ...

Steps to install superset under win10 system

Superset is a lightweight self-service BI framewo...

How to use the Linux more command in Linux common commands

more is one of our most commonly used tools. The ...

MySQL query method with multiple conditions

mysql query with multiple conditions Environment:...

Example of MySQL slow query

Introduction By enabling the slow query log, MySQ...

Distinguishing between Linux hard links and soft links

In Linux, there are two types of file connections...