我用的.aspx文件含有以下问题
<content ...>……
<th height="450" scope="row"> <iframe frameborder="0" id="frmright" name="forum" src="staticcontent_待写.aspx" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 1"></iframe></th>
……
<map name="Map2" id="Map2">
<area shape="rect" coords="41,32,140,54" href="?id=1" target="_self" />
<area shape="rect" coords="41,71,140,91" href="?id=2" target="_self" />
<area shape="rect" coords="41,113,141,134" href="?id=3" target="_self" />
<area shape="rect" coords="41,153,142,173" href="?id=4" target="_self" />
</map>
……
</content>
也就是不晓得如何将<map>里的id 动态的体现于“staticcontent_待写
.aspx"的”待写“处?
另外待写处如果写上 <%=id%> 也不行,会提示上下文没有此名称“id”。
请问如何解决? --------------------编程问答-------------------- 我急用,谁给我回答啊?
--------------------编程问答-------------------- up
补充:.NET技术 , ASP.NET