怎么在框架中动态显示一个html页面内容

WBOY
Release: 2016-06-13 11:54:19
Original
1492 people have browsed it

如何在框架中动态显示一个html页面内容
html上中下,中间又是左右框架结构,上框架有个下拉列表,供选择报表的类型:班报、日报、月报、年报,对应有相应的文件设计好了表格(banbao.html、ribao.html、yuebao.html、nianbao.html),还有日期时间选择插件,和提交按钮。选择好条件,点击提交按钮,欲以实现以下功能,我新学html和php,不懂,请高人指点:
1、get.php来处理表单提交信息,查询数据库等操作,将查询结果动态赋值给相应页面的表格中,咋实现动态赋值到已存在的表格
2、想根据不同的报表类型,在右框架中动态的显示相应的报表html文件,该如何实现?
------解决方案--------------------
我好似看懂楼主的意思了。。 要是那样的话 你就应该用.php 文件了  .php 对数据库操作,把最后的结果展示在html 页面中。
------解决方案--------------------
听的有点糊涂 传递的话 你可以看看$_GET 和$_POST 这两的用法

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!