Thanks, however since posting the original I have discovered that I need to
inherit parts of the autohandler. I found a way around the problem by
prefixing any filenames by nfm (stands for Not Full Monte) then setting
$FullMonte = ($Filename =~ /^nfm/) ? 0 : 1; and using it for conditional
inclusion of relevant code. This takes care of the dynamic parts and I can
share the database handle as before. Jim Rey
On 22/01/07, Jonathan Lang <[EMAIL PROTECTED]> wrote:
Jim Rey wrote:
> My website uses autohandler for the main look and feel page, but I want
to
> popup printer-friendly pages that don't use the autohandler, pages like
> "Terms and Conditions" and "Invoices". At the moment, I have the static
> pages on another site, but the invoices are dynamically generated and I
want
> to create them without fancy headers or menus etc. Any suggestions?
To suppress autohandlers for a given page, include the following lines:
<%flags>
inherit=>undef
</%flags>
--
Jonathan "Dataweaver" Lang
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users
--
Jim Rey
48 Laburnum Park
Bradshaw
Bolton BL2 3BU
United Kingdom
Tel: 01204 593 222
Mob: 07816 751 874
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users