精品oa系统
源代码在线查看: bgcolor.js
软件大小: |
3984 K |
上传用户: |
beixinning |
|
|
关键词: |
|
下载地址: |
免注册下载 普通下载
|
|
function onColor(td)
{
td.style.backgroundColor='#FFFF99';
td.style.color='#0600FF';
}
function offColor(td)
{
td.style.backgroundColor='';
td.style.color='';
}
// Table Td BgColor
function onShortcutMenu(td)
{
td.style.backgroundColor='#FFEFC3';
td.style.color='#0000FF';
}
function offShortcutMenu(td)
{
td.style.backgroundColor='';
td.style.color='';
}
// Shortcut Menu BgColor
function onShortcutMenu2(td)
{
td.style.backgroundColor='#FFFEBC';
td.style.color='#0000FF';
}
function offShortcutMenu2(td)
{
td.style.backgroundColor='';
td.style.color='';
}
// Shortcut Menu BgColor 2
function onShortcutMenu3(td)
{
td.style.backgroundColor='#E7FFC2';
td.style.color='#0000FF';
}
function offShortcutMenu3(td)
{
td.style.backgroundColor='';
td.style.color='';
}
// Shortcut Menu BgColor 3
function onBorderColor(td)
{
td.style.border='1px dotted #888888';
td.style.backgroundColor='#F6F6F6';
td.style.color='#0000FF';
}
function offBorderColor(td)
{
td.style.border='1px #FFFFFF solid';
td.style.backgroundColor='';
td.style.color='';
}
// mainButton BorderColor
function onButton(td)
{
td.style.backgroundImage='url(../Images/button_a_blue.gif)';
td.style.color='#FFFFFF';
}
function offButton(td)
{
td.style.backgroundImage='';
td.style.color='';
}
// Button BgColor
|
相关资源 |
|
-
精品oa系统
-
银行OA系统
-
为我们公司使用的oa系统
-
一套OA系统,使用SQL Server为后台数据库ASP.NET C#语言开发
-
一个我从网上收集的OA系统
-
本公司的oa系统。完全开源。用户:ADMIN密码:admin
-
JSP+MYSQL能飞网络办公OA系统,使网络办公更加方便
-
这是一个较不错的oa系统,其体系合理,支持单点登陆,通用平台和oa,oa部分包括:资产,文档,公文,短信,邮件,公告等.有一定的参考价值
|