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
Dig Introduction: Dig is a tool that queries DNS ...
Copy code The code is as follows: <!DOCTYPE ht...
Are you still looking for a way to enable Hyper-v...
Table of contents first step: The second step is ...
IIS7 needs to confirm whether the "URL REWRI...
Recently, I have done a simple study on the data ...
Configure web page compression to save resources ...
When the token expires, refresh the page. If the ...
The final effect is as follows: The animation is ...
1. Basic use <!DOCTYPE html> <html lang=...
A master once said that you should know the datab...
The following is some basic sql knowledge I have ...
1. Create a test table CREATE TABLE `mysql_genara...
mysql-5.7.9 finally provides shutdown syntax: Pre...
MySQL filtering timing of where conditions and ha...