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 |
<<: Docker Compose practice and summary
>>: Sharing of design ideas for the official website of Navigation Century
Win10 system locally installed MySQL8.0.20, perso...
One trick for dealing with this type of error is t...
Recently Microsoft released Windows Server 2016, ...
Achieve results Implementation Code html <div ...
First, let's look at three situations where m...
The future of CSS is so exciting: on the one hand,...
To back up multiple databases, you can use the fo...
1. --cpu=<value> 1) Specify how much availa...
Table of contents 1 element offset series 1.1 Off...
Logo optimization: 1.The logo image should be as ...
This article mainly introduces Docker stop/remove...
Table of contents DML statements 1. Insert record...
Chatbots can save a lot of manual work and can be...
When using the MySQL database, if you have not lo...
1. The catalina.bat must be set to UTF-8. If I do...