- 浏览: 63430 次
- 性别:
最新评论
-
hanfeng870223:
...
验证码机制实现 -
dovecat:
在workbook中可以设置样式的模板.比用代码设置要方便多了 ...
[讨论]poi jxl 操作excel出报表 -
jwen:
大家有检验的介绍下.
[讨论]poi jxl 操作excel出报表 -
jwen:
呵呵 谢谢大家的意见,只选一个的情况是可以的,
但全部不选的情 ...
获得一组checkbox的值 -
抛出异常的爱:
如果只有一个被选中。。。。。。你试过没有?
获得一组checkbox的值
文章列表
在显示的明细一览,每一行前面加一个radio框,让用户选择哪个user.进行删除操作.
SampleJsp:
<logic:present name="sampleForm" property="userList" >
<logic:iterate id="user" name=" sampleForm " property="userList">
<tr>
<td>
<html:radio name="sa ...
- 2006-10-05 12:08
- 浏览 5187
- 评论(0)
<HTML>
<HEAD>
<TITLE>editable dropdown</TITLE>
</HEAD>
<BODY>
<table border="5" cellspacing="5" bordercolor="#00DF55" bgcolor="#A0A0A4">
<tr>
<td width="183"> </td><br>
<td widt ...
- 2006-09-30 14:26
- 浏览 3210
- 评论(0)
从集合集合中取值转换成double
new Double((String)vct.elementA(m)).doubleValue()[
- 2006-09-29 09:10
- 浏览 1304
- 评论(0)
html:
<form name="form1" action="../daychart" method=post>
<input type=checkbox name=a1 value="1">
<input type=checkbox name=a1 value="2">
<input type=checkbox name=a1 value="3">
<input type=checkbox name=a1 value=&qu ...