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
Preface Currently, the front-end solves cross-dom...
This article shares the installation steps of MyS...
Preface The CentOS environment variable configura...
Today a client wants to run an advertisement, and ...
Today I installed the MySQL database on my comput...
Overview For small and medium-sized projects, joi...
Follow the steps below 1. request.js content: htt...
The first and most important step is how to insta...
I use Navicat as my database tool. Others are sim...
<br />Table is a tag that has been used by e...
ARGB is a color mode, which is the RGB color mode...
Today I will introduce a very simple trick to con...
Preface: I used the official nginx proxy_cache as...
This article example shares the specific code of ...
1. Download the software 1. Go to the MySQL offic...