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

The new version of Chrome browser settings allows cross-domain implementation

Preface Currently, the front-end solves cross-dom...

Detailed installation steps for MySQL 8.0.11

This article shares the installation steps of MyS...

In-depth explanation of environment variables and configuration files in CentOS

Preface The CentOS environment variable configura...

Implementation code for adding links to FLASH through HTML (div layer)

Today a client wants to run an advertisement, and ...

MySQL 5.7.17 winx64 installation and configuration tutorial

Today I installed the MySQL database on my comput...

MySQL joint table query basic operation left-join common pitfalls

Overview For small and medium-sized projects, joi...

Detailed explanation of the configuration method of Vue request interceptor

Follow the steps below 1. request.js content: htt...

MySQL automatically inserts millions of simulated data operation code

I use Navicat as my database tool. Others are sim...

Table Tag (table) In-depth

<br />Table is a tag that has been used by e...

The difference and introduction of ARGB, RGB and RGBA

ARGB is a color mode, which is the RGB color mode...

CSS tips for controlling animation playback and pause (very practical)

Today I will introduce a very simple trick to con...

nginx proxy_cache batch cache clearing script introduction

Preface: I used the official nginx proxy_cache as...

js to realize login and registration functions

This article example shares the specific code of ...

Detailed tutorial on installation and configuration of MySql 5.7.17 winx64

1. Download the software 1. Go to the MySQL offic...