当HTML页面中的一个form的action属性设置为request.html时?解决思路

WBOY
Release: 2016-06-13 10:18:40
Original
886 people have browsed it

当HTML页面中的一个form的action属性设置为request.html时???
我有一个问题,能不能用html接受post请求呢。HTML页面可以接收上个表单传来的值 呢?

------解决方案--------------------
不能,HTML 是静态的,无法处理动态的内容

但是,如果你要将动态的页面伪装成静态的,也是可以的。

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