更新照片,不刷新

来源:互联网 发布:linux 配置防火墙规则 编辑:程序博客网 时间:2024/04/30 09:52
 

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="chengeImage.aspx.cs" Inherits="chengeImage" %>

<!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">
<head runat="server">
    <title>无标题页</title>
    <script type="text/javascript" >
    function chengeImage()
    {
      var oImage=document.getElementsByTagName ("img")[0];
      oImage.setAttribute("src","Image/010.png");
      oImage .setAttribute("alt","图片二");
      }
    </script>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <img src="Image/003.png" alt="图片一"  onclick ="chengeImage()"/>
    </div>
    </form>
</body>
</html>

 

 

 

 

 

照片名称记得改掉哦~~~·

原创粉丝点击