Is there a way to create a frame-type solution that has links in one zone
that open on the same page in another zone? The links would be to images in
a Picture Library, the contents of a DOC, or the contents of a document
library or other list.

I was thinking of maybe a Basic Page where you code frames manually, but I
don't think you can put Web Parts in the frames, can you?

Thanks!
Deb

RE: How to create Frame-type solution using Web Part Page by ShaneInfotech

ShaneInfotech
Wed Dec 14 12:10:31 CST 2005

Hey,

There are a few things you might want to tinker with:

One: Using the "Page Viewer Web Part". You could technically use a couple
of page viewer web parts, create web part pages inside those and then target=
the links. (im not certain you can "name" these windows to use for targetting)

Two: Use <iframes> inside of CEWP's (Content Editor Web Parts). You could
name= the iframes and then target= the links to point to the one you want the
results to open in. (probably the easiest way).

Three: The most complex solution would probably be using the data-view web
part. I'm sure you could muster something up using that.

Hope it helps,

Shane
www.graphicalwonder.com

"Deb" wrote:

> Is there a way to create a frame-type solution that has links in one zone
> that open on the same page in another zone? The links would be to images in
> a Picture Library, the contents of a DOC, or the contents of a document
> library or other list.
>
> I was thinking of maybe a Basic Page where you code frames manually, but I
> don't think you can put Web Parts in the frames, can you?
>
> Thanks!
> Deb

Re: How to create Frame-type solution using Web Part Page by Dustin

Dustin
Mon Dec 19 17:12:07 CST 2005

There is a "Connected Page Viewer Web Part" from Jim Duncan (http://dev.collutions.com/beta)
that supports web part connections with a links list...

-----
Dustin Miller
SharePoint University (Community) [http://www.sharepointu.com]
SharePoint Bootcamp (Training) [http://www.sharepointbootcamp.com]
SharePoint Blogs (Blogs) [http://www.sharepointblogs.com]
SharePoint Experts (Business) [http://www.sharepointexperts.com]

> Is there a way to create a frame-type solution that has links in one
> zone that open on the same page in another zone? The links would be
> to images in a Picture Library, the contents of a DOC, or the contents
> of a document library or other list.
>
> I was thinking of maybe a Basic Page where you code frames manually,
> but I don't think you can put Web Parts in the frames, can you?
>
> Thanks!
> Deb