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 |
<<: Do you know how to use vue-cropper to crop pictures in vue?
>>: Shorten the page rendering time to make the page run faster
Table of contents 1. Computed properties Syntax: ...
Index merging is an intelligent algorithm provide...
The project was tested these days, and the tester...
1. This afternoon, due to the requirements of the...
An image link <img src="" /> I wa...
Table of contents Problem Description Rendering T...
The JavaScript hasOwnProperty() method is the pro...
Using DOSBox, you can simulate DOS under Windows ...
A registration page template implemented with HTM...
You can save this logo locally as a .rar file and...
background We often use Chrome Dev Tools for deve...
Table of contents cause: go through: 1. Construct...
<br />Recently, UCDChina wrote a series of a...
1. First enter the server's mysql to modify p...
Background requirements: The ERP system needs to ...