urko
12-07-2006, 11:49 AM
Hi
I have small problem.
As my host doesnt allow parent path i need to change all paths to the virutal path.
<!--#include virtual="/test/myfile.asp" -->
However as my folder on web will not be named test I dont want to change 30 or more files to a different name.
So I was thinking if it's possible to write instead of "test"
Example:
Dim strmypath
strmypath = "/myfolder/"
<!--#include virtual="/<%=strmypath%>/myfile.asp" -->
I tried that but it's not working! Is it possible to do it???
Thanks
I have small problem.
As my host doesnt allow parent path i need to change all paths to the virutal path.
<!--#include virtual="/test/myfile.asp" -->
However as my folder on web will not be named test I dont want to change 30 or more files to a different name.
So I was thinking if it's possible to write instead of "test"
Example:
Dim strmypath
strmypath = "/myfolder/"
<!--#include virtual="/<%=strmypath%>/myfile.asp" -->
I tried that but it's not working! Is it possible to do it???
Thanks