SendParsedTemplateFile
----------------------

You have these Vars to use as placeholders:

%SERVER%
%SCRIPTPATH%
%APPNAME%
%LOCALPATH%
%DB<FieldNumber>% or %DB<FieldNumber>+<Text>%


Here is an example:

<A HREF="%SERVER%%SCRIPTPATH%%APPNAME%?MTH=GETINFO&VAR=%DB0%FILE=%DB2+IMG.GIF%" TARGET="Inhalt">%DB3%</A><BR>

and you'll get then (depends on what kind of data you have in your DB)

<A HREF="http://www.iag.ch/scripts/artikel/dbartikel.dll?MTH=GETINFO&VAR=USER&FILE=FREDIMG.GIF" TARGET="Inahlt">Fred's</A><BR>


Look at the template file for more information!




