标题:大家帮忙看看这个表单样式怎样改换成这样
只看楼主
suxuan
Rank: 1
等 级:新手上路
帖 子:47
专家分:0
注 册:2010-5-27
结帖率:57.14%
 问题点数:0 回复次数:2 
大家帮忙看看这个表单样式怎样改换成这样
<td align="right">到岗时间:</td>
    <td colspan="3">
<SELECT name=workdate id="workdate">
<OPTION value="0" <%if rst("resume_workdate")=0 then response.write "selected" end if%>>随时</option>
<OPTION value="7" <%if rst("resume_workdate")=7 then response.write "selected" end if%>>1周以内</option>
<OPTION value="14" <%if rst("resume_workdate")=14 then response.write "selected" end if%>>2周以内</option>
<OPTION value="30" <%if rst("resume_workdate")=30 then response.write "selected" end if%>>1个月内</option>
<OPTION value="60" <%if rst("resume_workdate")=60 then response.write "selected" end if%>>1~3个月</option>
<OPTION value="90" <%if rst("resume_workdate")=90 then response.write "selected" end if%>>3个月以后</OPTION>
</SELECT>    </td>
这是目前关于到岗时间表单的样式,如图1,我想改成图2样式,可以直接在代码的“值”中替换吗?如果不行应该怎样改呢?

搜索更多相关主题的帖子: 表单 样式 改换 
2010-07-10 12:04
唱一半、的歌
Rank: 1
来 自:江苏常州
等 级:新手上路
帖 子:2
专家分:0
注 册:2010-8-7
得分:0 
建议你用一组单选按钮,分成5行,这样或许会好点。
2010-08-07 20:42
qingshuiliu
Rank: 10Rank: 10Rank: 10
等 级:贵宾
威 望:17
帖 子:323
专家分:1538
注 册:2009-12-28
得分:0 
<asp:RadioButtonList ID="RadioButtonList2" runat="server">
                        <asp:ListItem Text="一" Value="1">
                        </asp:ListItem>
                        <asp:ListItem Text="二" Value="1">
                        </asp:ListItem>
                        <asp:ListItem Text="三" Value="1">
                        </asp:ListItem>
                        <asp:ListItem Text="四" Value="1">
                        </asp:ListItem>
                        <asp:ListItem Text="五" Value="1">
                         </asp:ListItem>
                    </asp:RadioButtonList>
2010-08-12 21:08



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-312550-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.062795 second(s), 9 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved