E
emorgoch
Hi there.
I'm currently working on a project involving rebuilding our local
intranet site. The site was originally developed using frames, defining
a header, sidebar, and content area, which I've been working to replace
using ASP.NET master pages.
Right now I'm trying to find a solution for some of our older and
externally linked content. A good proportion of this content get loaded
into the content frame, leaving the header and sidebar intact. I'm
trying to find a solution that will allow me to still embed this
content inside the content area on my Master page without having to
modify the target.
I was thinking of using a dynamic iframe inside a place-holder page
that would load the desired content, however, I'm having troubling
getting this iframe to properly size to fill the whole content area.
I'm also not convinced that this is the proper direction to go.
Has anyone else encountered this type of problem and what solution did
they use to solve it?
Thanks
I'm currently working on a project involving rebuilding our local
intranet site. The site was originally developed using frames, defining
a header, sidebar, and content area, which I've been working to replace
using ASP.NET master pages.
Right now I'm trying to find a solution for some of our older and
externally linked content. A good proportion of this content get loaded
into the content frame, leaving the header and sidebar intact. I'm
trying to find a solution that will allow me to still embed this
content inside the content area on my Master page without having to
modify the target.
I was thinking of using a dynamic iframe inside a place-holder page
that would load the desired content, however, I'm having troubling
getting this iframe to properly size to fill the whole content area.
I'm also not convinced that this is the proper direction to go.
Has anyone else encountered this type of problem and what solution did
they use to solve it?
Thanks