is this posibble intro a html/javasript page. var optie = value
<!--# include file= + optie + .txt -->
i'll will include whit a ssi include commando a file but the file name must by the same as the variable optie.
thx
vasiokla
4:36 pm on Jan 22, 2004 (gmt 0)
SSI is the Server Side Includes, therefor file in directive includes to the inside of a page before sending output to browser. And you can't name including file after SSI parsing.