Questions about form submission

高洛峰
Release: 2017-03-11 13:55:03
Original
1183 people have browsed it

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!