mhonarc-users

Re: Silly $PGLINK(NEXT)$ question...

1999-08-29 17:03:34
On August 29, 1999 at 00:42, "SysAdmin, dte.net" wrote:

Try,
    $PGLINK(10)$

Sadly, it doesn't appear to work... MHonArc ignores the variable.

Oops.

I have this in my resource file:

<ListEnd>
<UL>$PGLINK(PREV)$&nbsp;&nbsp;&nbsp;$PGLINK(NEXT)$&nbsp;&nbsp;&nb
sp;$PGLINK(10)$</UL><BR>
</ListEnd>

I goofed, you have to use $PG$ and create the link markup yourself.
For example:

    [<A HREF="$PG(10):U$">Skip Forward</A>]

The problem with using $PG(offset-number)$ is that as more pages
get created, some pages may not get updated (if USINGLASTPG is false)
so the "skip" link will not get updated automatically, causing pages'
"skip" link to not skip the number of pages as expected.

        --ewh

<Prev in Thread] Current Thread [Next in Thread>