<div>
<iframe runat="server" id="iFrameMap">
</iframe>
<input type="button" runat="server" onclick="return false;" id="btnRedirect" class="button ttButton ttAjaxStateChange ui-button ui-widget ui-state-default ui-corner-all" value="Open View" />
</div>
我想将我的输入标签放置在 iframe 的底部,整个输入标签都在 iframe 内,即使在结构上它在 iframe 之外。这可能吗?先感谢您。