<br />Question: How to write in HTML to jump to a certain file? In HTML, I want to go to the aaa.asp file after pressing submit. How should I write the action here? form<form id="form" name="form" method="post" action=""> <input type="submit" name="Submit" value="Submit" /> The ultimate annoying answer: window.location.reload("aaa.asp") |
<<: MySQL decimal unsigned update negative numbers converted to 0
>>: Solve the problem of running hello-world after docker installation
On the road to self-learning game development, th...
Mysql installation, configuration, and optimizati...
Contents of this article: Page hollow mask layer,...
Table of contents Learning about WITH queries in ...
Table of contents UNION Table initialization Exec...
Anaconda refers to an open source Python distribu...
Preface: When we use Vue, we often use and write ...
Table of contents 1. Create objects by literal va...
The default arrangement of text in HTML is horizo...
In the project, you will encounter custom public ...
In the later stage of exploiting SQL injection vu...
Table of contents Initialization of echart app-ba...
Recently, I want to regularly back up important i...
filter is generally used to filter certain values...
I have recently been developing a visual operatio...