请教各位高手一个问题
if(document.getElementById("bgid0").style.backgroundImage == "url(images/head/5w.gif)"){
document.getElementById("bgid0").style.backgroundImage ="url(images/head/5w.gif)"
}
else
{
document.getElementById("bgid0").style.backgroundImage ="url(images/head/bg3.gif)"
}
这一句话写的好像效果.
是不是document.getElementById("bgid0").style.backgroundImage == "url(images/head/5w.gif)"判断有问题啊,
--------------------编程问答-------------------- 怎么,没有人回答啊,
补充:.NET技术 , ASP.NET