Todd wrote:
> Hello...I'm trying to include querystring variables in a
> #include but it's not working
Patient: Doctor, it hurts when I do this
Doctor: Then don't do that
Seriously, there is no way to do what you suggest. The included file is
treated like a script fragment and shares form & querystring information
with the enclosing document. In fact, the entire document is parsed as one
document ONLY AFTER all of the include files are assembled.
http://msdn.microsoft.com/library/en...6dc027a608.asp
I suspect from your example that you might get what you want from
Server.Execute()
http://msdn.microsoft.com/library/en...ef530de23f.asp
--
Dave Anderson
Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms.