Hi,
I have a problem using a hyperlink and a frameset...
When I run the application, and click on the link, the link is displayed in
a new window...
But the strange thing is, I set the target to the target frame....
using an html
Very strang....
Thanx
John
Below the code...
<asp:HyperLin k ID="hlCompanies " runat="server" CssClass="navLi nks"
Target="centerF rame" NavigateUrl="~/Pages/Users/Companies.aspx" >
<frameset cols="*,259,755 ,*" frameborder="no " border="0" framespacing="0 ">
<frame src="./Other/black.htm" frameborder="no " scrolling="no"
marginwidth="0" marginheight="0 " id="left" />
<frame src="./Navigation/navAll.aspx" frameborder="no " scrolling="auto "
marginwidth="0" marginheight="0 " id="navigation " />
<frameset rows="228,*,60" frameborder="no " border="0" framespacing="0 ">
<frame src="./Other/top.aspx" name="top" frameborder="no " scrolling="No"
noresize="nores ize" marginwidth="0" marginheight="0 " id="top" />
<frame src="./mainPage.aspx" frameborder="no " scrolling="auto "
marginwidth="0" marginheight="0 " id="centerFrame " />
<frame src="./Other/bottem.aspx" name="bottem" frameborder="no "
scrolling="No" noresize="nores ize" marginwidth="0" marginheight="0 "
id="bottem" />
</frameset><frame src="./Other/black.htm" frameborder="no " scrolling="no"
marginwidth="0" marginheight="0 " id="right" />
</frameset>
I have a problem using a hyperlink and a frameset...
When I run the application, and click on the link, the link is displayed in
a new window...
But the strange thing is, I set the target to the target frame....
using an html
Very strang....
Thanx
John
Below the code...
<asp:HyperLin k ID="hlCompanies " runat="server" CssClass="navLi nks"
Target="centerF rame" NavigateUrl="~/Pages/Users/Companies.aspx" >
<frameset cols="*,259,755 ,*" frameborder="no " border="0" framespacing="0 ">
<frame src="./Other/black.htm" frameborder="no " scrolling="no"
marginwidth="0" marginheight="0 " id="left" />
<frame src="./Navigation/navAll.aspx" frameborder="no " scrolling="auto "
marginwidth="0" marginheight="0 " id="navigation " />
<frameset rows="228,*,60" frameborder="no " border="0" framespacing="0 ">
<frame src="./Other/top.aspx" name="top" frameborder="no " scrolling="No"
noresize="nores ize" marginwidth="0" marginheight="0 " id="top" />
<frame src="./mainPage.aspx" frameborder="no " scrolling="auto "
marginwidth="0" marginheight="0 " id="centerFrame " />
<frame src="./Other/bottem.aspx" name="bottem" frameborder="no "
scrolling="No" noresize="nores ize" marginwidth="0" marginheight="0 "
id="bottem" />
</frameset><frame src="./Other/black.htm" frameborder="no " scrolling="no"
marginwidth="0" marginheight="0 " id="right" />
</frameset>
Comment