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
Definition of Generics // Requirement 1: Generics...
Table of contents Preface think Library directory...
Color is one of the most important elements for a...
Table of contents Common version introduction Com...
Table of contents 1. Preparation 1. Prepare the e...
In MySQL, you may encounter the problem of case s...
1. Server environment configuration: 1. Check dis...
Several concepts Line box: A box that wraps an in...
Basic concepts: Macvlan working principle: Macvla...
Background: Linux server file upload and download...
As the number of visits increases, for some time-...
Canvas is a new tag in HTML5. You can use js to o...
Table of contents Install Software Management Ano...
This article example shares the specific code of ...
As front-end engineers, IE must be familiar to us...