新手,一个图像,想单击一下,在单击函数里显示另一个网页,显示另一个网页的语句如何写,c#我刚接触asp.net,用c#写语句,一个图像,想单击一下,在单击函数里显示另一个网页,显示另一个网页的语句如何写,c#[解决办法]<img onclick="Img1_click()" src="" /><script>function Img1_click(){window.location.href="xxx.aspx";}</script>