question of Frame

E

Edward

I've one page, which contains two frames and one hyperlink.

My requirement is , any hyperlink in menu, can direct frame "main" , but it
failed. It opened another window.

so I added one hyperlink in the top page, it also failed. The same as above.

Why ? below is my page code.

<form runat="server">
<iframe id="menu" style="WIDTH: 453px; HEIGHT: 52px" border="0"
src="default.aspx" frameborder="0">
</iframe>
<asp:HyperLink id="HyperLink1" runat="server"
NavigateUrl="http://www.google.com" Target="main">HyperLink</asp:HyperLink>
<iframe id="main" style="WIDTH: 100%; HEIGHT: 800px"
src="default2.aspx" frameborder="0">
</iframe>
<!-- Insert content here -->
</form>

Wait online... any help will be appreciated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,077
Latest member
SangMoor21

Latest Threads

Top