Form submission page refresh does not jump

Form submission page refresh does not jump
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

<<:  Do you know how to use vue-cropper to crop pictures in vue?

>>:  Shorten the page rendering time to make the page run faster

Recommend

A brief talk about calculated properties and property listening in Vue

Table of contents 1. Computed properties Syntax: ...

How to use mysql index merge

Index merging is an intelligent algorithm provide...

Vue implements automatic jump to login page when token expires

The project was tested these days, and the tester...

Detailed explanation of three ways to wrap text in el-table header

Table of contents Problem Description Rendering T...

How to let DOSBox automatically execute commands after startup

Using DOSBox, you can simulate DOS under Windows ...

JS, CSS and HTML to implement the registration page

A registration page template implemented with HTM...

How to hide rar files in pictures

You can save this logo locally as a .rar file and...

Detailed explanation of this reference in React

Table of contents cause: go through: 1. Construct...

Designing the experience: What’s on the button

<br />Recently, UCDChina wrote a series of a...

Use Navicate to connect to MySQL on Alibaba Cloud Server

1. First enter the server's mysql to modify p...

Vue based on Element button permission implementation solution

Background requirements: The ERP system needs to ...