第54章(第1 / 6页)
推荐小说:
alert("没有安装");break;
casefalse:
alert("ActiveX被禁用");
}
{newActiveXObject("Excel.Application");}
catch(x){returnnull;}
returntrue;
}
res=CheckExcel();
131,Q:用Javascript存取剪贴板:
A:
132,Q:网页中判断IE客户端是否装有office
A:
functionCheckExcel()
switch(res)
{
casetrue:
alert("安装有EXCEL");break;
casenull:
{
try
{newActiveXObject("WScript.Shell");}
catch(x){returnfalse;}
try