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 detailed discussion of evaluation strategies in JavaScript

Table of contents A chestnut to cover it Paramete...

A brief discussion on using Vue to complete the mobile apk project

Table of contents Basic Configuration Entry file ...

The whole process of configuring hive metadata to MySQL

In the hive installation directory, enter the con...

Detailed explanation of Mysql self-join query example

This article describes the Mysql self-join query....

How to disable the automatic password saving prompt function of Chrome browser

Note: In web development, after adding autocomplet...

Share JS four fun hacker background effect codes

Table of contents Example 1 Example 2 Example 3 E...

Solution to css3 transform transition jitter problem

transform: scale(); Scaling will cause jitter in ...

CentOS method to modify the default ssh port number example

The default ssh port number of Linux servers is g...

TypeScript Enumeration Type

Table of contents 1. Overview 2. Digital Enumerat...

Solve the problem of blank gap at the bottom of Img picture

When working on a recent project, I found that th...

Comparing Node.js and Deno

Table of contents Preface What is Deno? Compariso...

Vue realizes the product magnifying glass effect

This article example shares the specific code of ...

How to solve the problem of FileZilla_Server:425 Can't open data connection

When installing FileZilla Server on the server, t...