本系统的使用可以将工作的部分流程使用计算机的办公自动化处理
源代码在线查看: listbox.js
function f_a(obj)
{
var s="";
for(var i in obj)
s += i + "=" + obj[i] + " ";
alert(s);
}
function f_add(SAElement,SBElement)
{
for(i=SAElement.options.length - 1; i>=0; i--)
{
if(SAElement.options[i].selected)
{
var obj = document.createElement("OPTION");
obj.text = SAElement.options[i].text;
obj.value = SAElement.options[i].value;
SAElement.options[i].selected = false;
SBElement.add(obj);
SAElement.remove(i);
}
}
}
/*function f_add()
{
var SAElement = document.forms["0"].elements["selectA"]
var SBElement = document.forms["0"].elements["selectB"]
for(i=SAElement.options.length - 1; i>=0; i--)
{
if(SAElement.options[i].selected)
{
var obj = document.createElement("OPTION");
obj.text = SAElement.options[i].text;
obj.value = SAElement.options[i].value;
SAElement.options[i].selected = false;
SBElement.add(obj);
SAElement.remove(i);
}
}
}
function f_delete()
{
var SAElement = document.forms["0"].elements["selectA"]
var SBElement = document.forms["0"].elements["selectB"]
for(i=SBElement.options.length - 1; i>=0; i--)
{
if(SBElement.options[i].selected)
{
var obj = document.createElement("OPTION");
obj.text = SBElement.options[i].text;
obj.value = SBElement.options[i].value;
SBElement.options[i].selected = false;
SAElement.add(obj);
SBElement.remove(i);
}
}
}
*/
function MM_findObj(n, d)
{
var p,i,x;
if(!d)
d=document;
if((p=n.indexOf("?"))>0&&parent.frames.length)
{
d=parent.frames[n.substring(p+1)].document;
n=n.substring(0,p);
}
if(!(x=d[n])&&d.all)
x=d.all[n];
for (i=0;!x&&i x=d.forms[i][n];
for(i=0;!x&&d.layers&&i x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById)
x=d.getElementById(n);
return x;
}
|
相关资源 |
|
-
本系统的使用可以将工作的部分流程使用计算机的办公自动化处理
-
公务员管理系统,本系统的使用可以将工作的部分流程使用计算机的办公自动化处理
-
本系统是在大学期间,为JAVA课题设计而编写的,如果系统使用数据库,程序将变得简洁,水平有限,希望大家指正.
-
通讯录管理系统1.0 可以为您方便地,
安全地管理你的通讯录, 是您的家庭好帮手.
本系统使用Visual C++(MFC)开发, ODBC开放式数据库源
-
一个适用于电脑销售公司的自助装机和零配件报价系统整站,可以将装机部分和报价部分分离出来单独使用!
-
本项目是基于展示新闻的一款产品。在本系统中用户可以自定义栏目及新闻分类
发布新闻信息
-
自己的小作,用于前后台系统,时间任务的管理,可以将运行周期和运行目标程序动态建立,销毁,还可以指定程序的运行次数,如运行3次后自动销毁,类似操作系统的管理模式.
-
图书管理系统
基于大学图书馆的管理
可以方便工作人员和学生
|