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
1. HTML font color setting In HTML, we use the fo...
The meaning of key_len In MySQL, you can use expl...
This article example shares the specific code of ...
Introduction to IPSec IPSec (Internet Protocol Se...
1. How to monitor MySQL deadlocks in production e...
<!DOCTYPE html> <html lang="en"...
I don't know when it started, but every time ...
Table of contents vue2.x Pre-concept: Routing hoo...
The final solution is in the last picture If you ...
Superset is a lightweight self-service BI framewo...
more is one of our most commonly used tools. The ...
mysql query with multiple conditions Environment:...
Introduction By enabling the slow query log, MySQ...
Table of contents 1. Page Rendering 2. Switch tag...
In Linux, there are two types of file connections...