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

Detailed explanation of generic cases in TypeScript

Definition of Generics // Requirement 1: Generics...

How to preview pdf file using pdfjs in vue

Table of contents Preface think Library directory...

Color matching techniques and effect display for beauty and styling websites

Color is one of the most important elements for a...

Differences between Windows Server 2008R2, 2012, 2016, and 2019

Table of contents Common version introduction Com...

Detailed process of using vmware to test PXE batch installation server

Table of contents 1. Preparation 1. Prepare the e...

In-depth analysis of the Identifier Case Sensitivity problem in MySQL

In MySQL, you may encounter the problem of case s...

Sample code for partitioning and formatting a disk larger than 20TB on centos6

1. Server environment configuration: 1. Check dis...

Deep understanding of line-height and vertical-align

Several concepts Line box: A box that wraps an in...

Docker deploys Macvlan to achieve cross-host network communication

Basic concepts: Macvlan working principle: Macvla...

How to upload and download files between Linux server and Windows system

Background: Linux server file upload and download...

Mysql master/slave database synchronization configuration and common errors

As the number of visits increases, for some time-...

JS uses canvas technology to imitate echarts bar chart

Canvas is a new tag in HTML5. You can use js to o...

Implementation steps for installing FTP server in Ubuntu 14.04

Table of contents Install Software Management Ano...

Vue project realizes login and registration effect

This article example shares the specific code of ...

Conditional comment style writing method and sample code

As front-end engineers, IE must be familiar to us...