in reply to HTML::Mason and Frames
So don't try to do framesets (client-side) as a mason autohandler (server-side).
If you must use framesets, then forget the autohandler for a moment, because the client needs to fetch the frameset separately from any embedded frames. So your referring link will need to point to the frameset, and the "frame src" tags will link the the content pages, which should NOT inherit from the frameset page.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: HTML::Mason and Frames
by Anonymous Monk on Dec 04, 2002 at 19:32 UTC |