当前位置: 代码迷 >> ASP.NET >> <div id="Layer25" style="position: absolute; width: 127px; height: 67px; z-index: 35
  详细解决方案

<div id="Layer25" style="position: absolute; width: 127px; height: 67px; z-index: 35

热度:5494   发布时间:2013-02-25 00:00:00.0
<div id="Layer25" style="position: absolute; width: 127px; height: 67px; z-index: 35;
<div id="Layer25" style="position: absolute; width: 127px; height: 67px; z-index: 35;
  left: 370px; top: 173px;">
  <img src="../../SystemWeb/NetworkReturn/map/beijing.gif" width="39" height="20" usemap="#Map28" style="border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none"/>
  <map name="Map28">
  <area shape="rect" coords="-10,-6,31,22" href="#">
  </map>
  </div>



我想在后台的cs文件中控制图片的src属性(改变src的路径),请问怎么才能做到?,这是个什么控件?我在cs文件中找不到layer这个控件。谢谢。

------解决方案--------------------------------------------------------
你用的客户端控件,在服务端的后台代码中是无法获取的,只能在像JS之类脚本当中获取到此控件
document.getElementById()或是document.getElementByTagName()访问得到
如果你想要在服务里的后台代码中编程访问,就采用服务器端控件方可访问<asp:Image />
------解决方案--------------------------------------------------------
你在img控件里加上一个id="img" runat="server"
  相关解决方案