会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
山高我为峰
Ricebug
首页
新随笔
联系
订阅
管理
转载《WEB调用系统颜色选择对话框》
<
OBJECT
id
=dlgHelper
CLASSID
="clsid:3050f819-98b5-11cf-bb82-00aa00bdce0b"
width
="0px"
height
="0px"
></
OBJECT
>
<
script
>
var
tempColor
=
"
0099cc
"
;
function
returnColor()
{
var
Hcolor
=
dlgHelper.ChooseColorDlg(tempColor).toString(
16
);
with
(event.srcElement)
{
value
=
((Hcolor.length
<
6
)
?
"
000000
"
.substring(
0
,
6
-
Hcolor.length):
""
)
+
Hcolor;
style.backgroundColor
=
((Hcolor.length
<
6
)
?
"
000000
"
.substring(
0
,
6
-
Hcolor.length):
""
)
+
Hcolor;
}
tempColor
=
Hcolor
}
</
script
>
<
input
type
="text"
value
="#0099CC"
size
="12"
onclick
="returnColor()"
style
="background-color: #0099CC"
>
posted @
2007-07-13 16:53
Ricebug
阅读(
438
) 评论(
0
)
收藏
举报
刷新页面
返回顶部
公告