<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

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

<script>
function kkk()
{
document.getElementById("a").src="http://www.baidu.com/img/logo.gif";
}

function kkk2()
{
document.getElementById("a").src="http://www.google.cn/intl/zh-CN/images/logo_cn.gif";
}
</script>

<img src="http://www.google.cn/intl/zh-CN/images/logo_cn.gif" name="a"

onMouseOver="kkk()" onMouseOut="kkk2()">

相关文章:

  • 2022-01-16
  • 2021-10-04
  • 2022-03-08
  • 2022-12-23
  • 2022-12-23
  • 2021-07-11
  • 2021-08-13
  • 2021-10-04
猜你喜欢
  • 2022-02-10
  • 2022-12-23
  • 2022-12-23
  • 2021-06-22
  • 2021-12-14
  • 2021-06-18
  • 2021-06-09
相关资源
相似解决方案