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
This reading note mainly records the operations r...
Background - Online Alert An online server issued...
Table of contents 1. Scenario Description 2. Solu...
Focus images are a way of presenting content that ...
Table of contents Preface 1. Preparation 2. Insta...
There are two ways to delete data in MySQL, one i...
1. Form <form id="" name=""...
1. Setting up nginx virtual host With virtual hos...
MySQL 8 Windows version zip installation steps (d...
This article shares the specific code for JavaScr...
1. Select Edit → Virtual Network Editor in the me...
background The popularity of Docker is closely re...
Preface The following are the ways to implement L...
1. Create a test table CREATE TABLE `mysql_genara...
1. First, create the corresponding folder accordi...