Home >Web Front-end >HTML Tutorial >Questions about form submission

Questions about form submission

高洛峰
高洛峰Original
2017-03-11 13:55:031277browse

Question: How to write a jump to a certain file in HTML? In HTML, I want to go to the file aaa.asp after pressing submit. How should I write the action here? form

Question: How to write a jump to a certain file in HTML?
In HTML, I want to go to the aaa.asp file after pressing submit. How should I write the action here?
form
The ultimate annoying answer:
window.location.reload("aaa.asp")                                                                                                

The above is the detailed content of Questions about form submission. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn