为什么谷歌浏览器不能运行我的javascript

<form><inputtype="radio"name="yanse"checked="checked"onfocus="yanse1();"/>黑色<inputtyp... <form><input type="radio" name="yanse" checked="checked" onfocus="yanse1();" />黑色<input type="radio" name="yanse" onfocus="yanse2();"/>白色<input type="radio" name="yanse" onfocus="yanse3();"/>黄色<input type="radio" name="yanse" onfocus="yanse4();"/>紫色<input type="radio" name="yanse" onfocus="yanse5();"/>蓝色</form>

<script type="text/javascript">
function yanse1(){
document.all.idpic.src="desjoin/desjoin comuter 1.jpg";
}
function yanse2(){
document.all.idpic.src="desjoin/desjoin comuter 2.jpg";
}
function yanse3(){
document.all.idpic.src="desjoin/desjoin comuter 3.jpg";
}
function yanse4(){
document.all.idpic.src="desjoin/desjoin comuter 4.jpg";
}
function yanse5(){
document.all.idpic.src="desjoin/desjoin comuter 5.jpg";
}
</script>
展开
 我来答
沈阳java
2011-04-13 · TA获得超过1507个赞
知道小有建树答主
回答量:797
采纳率:50%
帮助的人:680万
展开全部
document.all只有ie有!你这个代码不光不能在Chrome中运行,在FireFox和Opera中也不能运行!
追问
那应该怎么改啊   我属于菜鸟   谢谢了
追答
你用
document.getElementById('idpic').src = '';
这个方法可以的!
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
zourong2791165
2011-04-13 · TA获得超过614个赞
知道小有建树答主
回答量:388
采纳率:0%
帮助的人:617万
展开全部
idpic 是id还是name?页面上一共有几个?
如楼上所说document.all肯定是不行的。。
---------------------------------------------------
当然,你给出具体信息,我可以改给你~
---
另外,推荐很简洁的jquery~让编写javascript变得更简单,而且不需要考虑兼容性~因为jquery已经帮你做好兼容性了~
追问
图片就这段代码,整个网页就一个idpic   
追答
function yanse1(){
document.getElementById('idpic').src="desjoin/desjoin comuter 1.jpg";
}
function yanse2(){
document.getElementById('idpic').src="desjoin/desjoin comuter 2.jpg";
}
function yanse3(){
document.getElementById('idpic').src="desjoin/desjoin comuter 3.jpg";
}
function yanse4(){
document.getElementById('idpic').src="desjoin/desjoin comuter 4.jpg";
}
function yanse5(){
document.getElementById('idpic').src="desjoin/desjoin comuter 5.jpg";
}
-------------
就把所有的 document.all.idpic.src 替换成document.getElementById('idpic').src 就好了。。
---------
还不行就把onfocus换成onclick吧~
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式