I would like to do the equivalent of
[- Execute('navbar.epl'); -]
in an epl file to include a common nav bar in many .epl files. I would
like to evaluate the navbar.epl script in the same namespace as the
calling script. I want to do this so the navbar.epl has access to some
variables that are defined in the parent script such as an authorization
string.
So navbar.epl might look like:
<A HREF="categories.epl?auth=[+$auth+]">categories</A>
where the $auth variable is really defined in the script that called
Execute.
Can something like this be done or is there a way of defining variables in
that namespace so they can be used in this way?
Thank you
John Aughey
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]