一、效果图

 SpringMVC+Bootstrap项目

 

二、实现(知识点)

1、前端(html+CSS+js(jQuery)+bootstrap)

  a、浏览器标签页显示标题:   

    <head> <title>资方信息配置</title></head>

  b、form表单提交

    
1 <form action="../../gateway/FundInfo/save.cdo" method="post" id="addFundForm" style="float:right" target="frame1" onsubmit="return addFundForm();">
2     <span style="margin-left: 15px;">资金方名称: <input type="text" id="strFundName" name="strFundName" style="margin-left: 5px;"/></span>
3     <span style="margin-left: 15px;">FundCode【nBorrowMode】: <input id="nFundId" type="number" name="nFundId" style="margin-left: 5px;"/></span>
4     <input id="addFund_btn" class="fundSubmit_btn" type="submit" value="添加" style="margin-left: 5px;" />
5 </form>
View Code

相关文章:

  • 2022-02-08
  • 2021-06-30
  • 2022-12-23
  • 2021-12-05
  • 2021-10-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-12
  • 2022-12-23
  • 2022-12-23
  • 2021-08-31
  • 2021-11-05
  • 2021-06-19
相关资源
相似解决方案