您好,登錄后才能下訂單哦!
前臺代碼:
<title></title>
<script type="text/javascript">
function showImg() {
document.getElementById('img').setAttribute("src", "p_w_picpaths/圖片1.png");
}
</script>
<style type="text/css">
.style1
{
width: 256px;
height: 256px;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:ImageButton ID="ImageButton1" runat="server" Height="48px"
ImageUrl="~/SystemManagement/p_w_picpaths/login_form_17.jpg"
Width="171px" />
<img id ="img" class="style1" src="p_w_picpaths/圖片3.png" /></div>
</form>
</body>
</html>
后臺調用:
protected void Page_Load(object sender, EventArgs e)
{
}
protected void ImageButton1_Click(object sender, ImageClickEventArgs e)
{
Page.ClientScript.RegisterStartupScript(ClientScript.GetType(),"showImg", " <script>showImg();</script>");
}
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。