JSP配置页面关于增删改查模板

本文介绍了一个使用JSP技术实现的网页设计案例,包括下拉选择框、按钮及表格等元素的应用,并展示了如何通过按钮触发弹窗进行路径配置等功能。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

JSP:

<div class="left">
<label>请选择产品</label>
<select id='pbi_product' style="width:150px;">
<option value="">请选择产品</option>
</select>
<div class="addOrDel">
<button id="add_url" style="height:25px;width:50px;">增加</button>
<button id="delete_url_all" style="height:25px;width:50px;">删除</button>
</div>
</div>
<div class = "major_info" style="min-width:1550px;">
<table class="ui_table_line" border="1px solid #b9bdc1" >
<thead >
<tr id="filterdetails" align="center">
<td width="5%"><input type="checkbox" name="checkbox"></input></td>
<td width="40%" >过滤路径</td>
<td width="15%" >修改人</td>
<td width="20%" >修改时间</td>
<td width="20%" >操作</td>
</tr>
<tr id="templateTR" class="displaynone" align="center">
<td name="xuhao"><input type="checkbox" name="checkbox"></input></td>
<td name="filter_url" align="left"></td>
<td name="modify_name"></td>
<td name="exchange_time"></td>
<td name="operation">
<div><a href="###" name="delete_url">删除</a></div>
</td>
</tr>
</thead>
<tbody id ="tbody">
<tr id="nodatas" class="rows">
</tr>
</tbody>
</table>

<div id="configDialog" style="display:none">


<div id="tabs" style="min-height:320px">
<ul>
<h3>添加过滤路径</h3>
</ul>
<div>
<ul id="urlConfig">
<span class="url">url:<input id='product_url' name='product_url' style='min-width:380px;margin:10px;' value=''></input></span>
</ul>
</div>
</div>
</div>
</div>
</div>
<div style="clear:both;"></div>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值