J
John Devlon
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:HyperLink ID="hlCompanies" runat="server" CssClass="navLinks"
Target="centerFrame" 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="noresize" 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="noresize" 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:HyperLink ID="hlCompanies" runat="server" CssClass="navLinks"
Target="centerFrame" 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="noresize" 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="noresize" marginwidth="0" marginheight="0"
id="bottem" />
</frameset><frame src="./Other/black.htm" frameborder="no" scrolling="no"
marginwidth="0" marginheight="0" id="right" />
</frameset>