Home >Web Front-end >HTML Tutorial >jsp表单提交后保留表单数据,但查询数据库的数据需要保存_html/css_WEB-ITnose

jsp表单提交后保留表单数据,但查询数据库的数据需要保存_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-21 09:46:091462browse

表单 web jsp

   最近做一个web的东西,一个search的页面上,我想点击search按钮提交表单后所填的表单中的信息继续保存,并且查询的结果在表中展示。
   不知道这个应该怎么实现。初步接触web开发。还望大虾们不吝赐教。

回复讨论(解决方案)

ajax提交 获取值后ajax把值动态添加到页面的位置 
或则把提交的数据保存到session  cookie等里  页面跳转后读取里边的值再赋到对应的位置试试

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