Posted by hywel.jenkins on 09/30/25 11:39
scully wrote:
> I need to build a sitemap for a site 30 or so content pages within 4
> different framesets.
> is it possible to link to a specific page and have it load within its
> correct frameset??
> if so how?
> thanks in advance
> scul
Yes. You could do it by linking to some server-side code that
generates the frameset on-the-fly, filling in the source documents for
each frame as it goes. You could also use client-side scripting to do
it.
Of course, the sensible option is to drop frames altogether and do it
properly without any dirty kludges.
--
Hywel
[Back to original message]
|