Hi there,
You cannot dynamically include a file. All include files are read (and included) before the entire script is passed to the ASP engine. So as far as the ASP engine is concerned, there are no include files. All it does is process one script.
This means that strSSI won't have a value at the moment the file is included, so you'll get an error.
You can use Server.Execute to simulate a dynamic include file. Alternatively, check
here and
here for more information.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.