Hyperlink & Frames
am 18.04.2008 22:54:20 von 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...
Target="centerFrame" NavigateUrl="~/Pages/Users/Companies.aspx">
Re: Hyperlink & Frames
am 19.04.2008 01:01:34 von John Devlon
I think I found the problem....
When using a frame with for example 2 columns, everything works fine.
Adding a second frameset gives a problem when linking outside the frameset
with aspx files...
Does anyone know why working with nested frames is a problem with aspx files
?
Thanx
John
"John Devlon" schreef in bericht
news:2Z7Oj.2968$Rr7.2903@newsfe29.ams2...
> 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...
>
>
> Target="centerFrame" NavigateUrl="~/Pages/Users/Companies.aspx">
>
>
>
>
>
>
> marginwidth="0" marginheight="0" id="left" />
>
>
> marginwidth="0" marginheight="0" id="navigation" />
>
>
>
>
> noresize="noresize" marginwidth="0" marginheight="0" id="top" />
>
>
> marginwidth="0" marginheight="0" id="centerFrame" />
>
>
> scrolling="No" noresize="noresize" marginwidth="0" marginheight="0"
> id="bottem" />
>
>
> marginwidth="0" marginheight="0" id="right" />
>
>
>
>