js 里document.getElementById()innerHTML为空或不是对象
functionsetPageScrollCommands(cmd1,cmd2){document.getElementById('supbtn1').innerHTML...
function setPageScrollCommands(cmd1,cmd2)
{
document.getElementById('supbtn1').innerHTML=cmd1;
document.getElementById('supbtn2').innerHTML=cmd2;
var supcmd=document.getElementById('supCmds').style;
var ncmds=cmd1.length<5 ? 0:1;
if(cmd2.length>5) ncmds++;
supcmd.pixelWidth=150+50*ncmds;
supcmd.pixelLeft=gv_winw-supcmd.pixelWidth-1;
}
运行的时候老是提示
document.getElementById()为空或不是对象
请问怎么解决啊?? 展开
{
document.getElementById('supbtn1').innerHTML=cmd1;
document.getElementById('supbtn2').innerHTML=cmd2;
var supcmd=document.getElementById('supCmds').style;
var ncmds=cmd1.length<5 ? 0:1;
if(cmd2.length>5) ncmds++;
supcmd.pixelWidth=150+50*ncmds;
supcmd.pixelLeft=gv_winw-supcmd.pixelWidth-1;
}
运行的时候老是提示
document.getElementById()为空或不是对象
请问怎么解决啊?? 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询