Home  >  Article  >  Web Front-end  >  Go to another file after submitting the form_HTML/Xhtml_Web page production

Go to another file after submitting the form_HTML/Xhtml_Web page production

WBOY
WBOYOriginal
2016-05-16 16:46:081344browse

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


The ultimate annoying answer:
window.location.reload("aaa.asp")
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