asp.net 一个页面有两个iframe 在代码中可以控制第一个iframe的Attributes["src"] 但是第二个就不好用了
iframe1.Attributes["src"]="Main_User_Friend_Left.aspx";iframe2.Attributes["src"]="Fin...
iframe1.Attributes["src"] = "Main_User_Friend_Left.aspx";
iframe2.Attributes["src"] = "FindFriends.aspx?l=sf";
连个iframe都有runat="server"
在线等。 急。 展开
iframe2.Attributes["src"] = "FindFriends.aspx?l=sf";
连个iframe都有runat="server"
在线等。 急。 展开
2个回答
展开全部
干嘛要在后台指定src,直接在前台页面指定src不就ok啦,我这里有一段代码,你参考参考:
Main.aspx
<table cellpadding="1" cellspacing="1" border="1" class="tablelist" width="100%">
<tr style="height:800px;">
<td style="width:15%;" align="left" valign="top">
<iframe id="LeftTree" name="LeftTree" src="LeftTree.aspx" width="100%" height="800" scrolling="auto"></iframe>
</td>
<td style="width:85%;" align="center" valign="top">
<iframe id="RightMain" name="RightMain" src="RightMain.aspx" width="100%" height="800" frameborder="0"></iframe>
</td>
</tr>
</table>
Main.aspx
<table cellpadding="1" cellspacing="1" border="1" class="tablelist" width="100%">
<tr style="height:800px;">
<td style="width:15%;" align="left" valign="top">
<iframe id="LeftTree" name="LeftTree" src="LeftTree.aspx" width="100%" height="800" scrolling="auto"></iframe>
</td>
<td style="width:85%;" align="center" valign="top">
<iframe id="RightMain" name="RightMain" src="RightMain.aspx" width="100%" height="800" frameborder="0"></iframe>
</td>
</tr>
</table>
更多追问追答
追问
我是左边一个相当于导航 单击导航换右边的那个
追答
恩。你左边导航是动态的还是手动加的
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询