<!--#set var="linkname" value="/some/url.htm" -->
and then call that variable later in the page:
<!--#echo var="linkname" -->
which can be done in apache 1.2 and higher -- but on my personal workstation I use Win 2K and IIS which does not support this -- does anyone know how to make IIS support this?
I would hate to have to install Apache on my workstation.
It seems that IIS doesn't support #set.
Here is the IIS SSI reference [microsoft.com]
Does anyone know of a hack to IIS to make it support #set?