Hi
From the following link, I found a workaround for how to use an include file dynamically:
This is working fine, where I use a filename like "../Include/FileName.asp". My question is, is there a way to do this same kind of thing with a variable passed in the URL, where the file name is something like "../Include/FileName.asp?UserName" & UserName
When I try and do this I get an "Invalid Path Character" error.
Thanks,
Ray
From the following link, I found a workaround for how to use an include file dynamically:
This is working fine, where I use a filename like "../Include/FileName.asp". My question is, is there a way to do this same kind of thing with a variable passed in the URL, where the file name is something like "../Include/FileName.asp?UserName" & UserName
When I try and do this I get an "Invalid Path Character" error.
Thanks,
Ray