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
Table of contents A chestnut to cover it Paramete...
Table of contents Basic Configuration Entry file ...
This article uses examples to illustrate the diff...
In the hive installation directory, enter the con...
This article describes the Mysql self-join query....
Note: In web development, after adding autocomplet...
Table of contents Effect display Code Link Key Co...
Table of contents Example 1 Example 2 Example 3 E...
transform: scale(); Scaling will cause jitter in ...
The default ssh port number of Linux servers is g...
Table of contents 1. Overview 2. Digital Enumerat...
When working on a recent project, I found that th...
Table of contents Preface What is Deno? Compariso...
This article example shares the specific code of ...
When installing FileZilla Server on the server, t...