当前位置: 技术问答>java相关
怎样在当前页面按一下button,就在数据库中插入一条记录
来源: 互联网 发布时间:2015-08-02
本文导语: 就是在本页面中不断添加记录 | 你的是什么环境?会使用java bean吗? 在jsp中调用java bean 例子: example.jsp中: this is a example function submitCreate() { test_create.action="/example/create/1.html"...
就是在本页面中不断添加记录
|
你的是什么环境?会使用java bean吗?
在jsp中调用java bean
例子:
example.jsp中:
this is a example
function submitCreate()
{
test_create.action="/example/create/1.html";
test_create.submit();
}
名称:
在jsp中调用java bean
例子:
example.jsp中:
this is a example
function submitCreate()
{
test_create.action="/example/create/1.html";
test_create.submit();
}
名称:
|
javascript 是客户端的,而添加数据库是server,二者好像很难沟通起来,
等高手帮你把,我也在学!
等高手帮你把,我也在学!