zoukankan
html css js c++ java
可编辑的 select (当然也可以是 DropDownList)
在 csdn 找的,感觉还不错.....
转自
http://community.csdn.net/Expert/topic/3915/3915919.xml?temp=.9949152
<
input
type
="text"
name
="re_name"
style
="FONT-SIZE:10pt;WIDTH:100px;HEIGHT:20px"
><
span
style
="WIDTH:18px"
><
SELECT
style
="MARGIN-LEFT: -100px; WIDTH: 118px; BACKGROUND-COLOR: #ffeeee"
onchange
="document.all.re_name.value=this.value;"
name
="r00"
>
<
option
value
="aaa"
selected
>
aaa
</
option
>
<
option
value
="bbb"
>
bbb
</
option
>
<
option
value
="ccc"
>
ccc
</
option
>
<
option
value
="ddd"
>
ddd
</
option
>
<
option
value
="eee"
>
eee
</
option
>
</
SELECT
>
</
span
>
查看全文
相关阅读:
shell-3
shell-2
shell-1
zabbix监控top
django指导网址
文件下载漏洞
Build a Raspberry Pi powered live train station sign for your desk
Use a Raspberry Pi to communicate with Amazon AWS IoT
Describing and Listing Your Stacks
固有功能参考 Intrinsic Function Reference
原文地址:https://www.cnblogs.com/gwazy/p/220240.html
最新文章
vijos P1629八 容斥原理
1483 化学变换 乱搞题
1416 两点 并查集
1276 岛屿的数量 思维题
C. Mahmoud and a Message dp + 暴力
D. Mahmoud and a Dictionary 种类并查集
java.io.Serializable浅析
java中的@Override
String的缓存池问题
实例变量和类变量
热门文章
return与finally的几种组合情况
DOMContentLoaded与load的功能区别:
(转)svn cleanup的意思
js中的比较运算符(转)
jquery add slider
正则表达式
shell7
shell6
shell5
shell4
Copyright © 2011-2022 走看看