点击图片改变图片的src!

<img id="img1" src="images/loginImages/left.png" onclick="document.getElementById('img1').value='images/loginImages/right.png'"/>
我是这么写的。


<html xmlns="http://www.w3.org/1999/xhtml">

<head>

    <title></title>

    <script type="text/javascript">

        function change() {

            document.getElementById("img1").src = "2.gif";

        }

    </script>

</head>

<body>

<img id="img1" src="1.gif" alt="" onclick="return change()" /> 

</body>

</html>

温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答