>
> Hi there,
Hi Uli.
I see you got back safely from my side of the world.
It was great to meet you.
> frames.pl is a great an most welcome extension to l2h. After playing
> around a bit, I have however a few questions:
>
> a) If I use the noframes options, the navigation panel is shown twice,
> in the framed part. Ditto on a browser without frame capabilities
OK. THanks for this -- I'll have a look at how to fix this.
> b) Is there a way to get the contents frame displayed by
> default. I.e. without first displaying the help frame and subsequent
> clicking on the contents button?
Yes, sort of.
The frameset for the Contents view of a document has a name
structured as: <filename>_tf.html
where <filename>.html is the frameset for the Main view.
Currently the automatic index.html is a link to <filename>.html
If this is changed to be a link to <filename>_tf.html
then this should be enough to do what you want,
if you make you main links to the subdirectory, not to a .html file.
It shouldn't be too hard to write a little subroutine that checks
for the existence of <filename>_tf.html, then links index.html to it.
Is this strategy sufficient ?
Cheers,
Ross Moore