crystalized
Programmer
Sorry, since I am new I do not know much about the basics, and I am wondering if I can send a query string when I use an include file.<br><br>ie<br><br><!-- #include file="../General/heading.asp?title=My+Title" --><br><br>and then in the heading.asp file I would like to print out<br>My Title so I tried<br><br><%=Request.QueryString("title"%><br><br>But I am getting the error that<br>Error Type:<br>Active Server Pages, ASP 0126 (0x80004005)<br>The include file '../General/incHeading.asp?title=My+Title' was not found.<br><br>I know it finds the file when I do not put the query string on the end of the file name in the include.<br><br>Am I just trying to do this completely wrong, or am I close to the right track. What I want to accomplish is a standard heading file (so I can change the heading for all my forms in one location). But in the heading each form has it's own title which I would like to pass to the heading file.<br><br>If I am on the wrong track would someone mind pointing me in the right direction.<br> <p>Crystal<br><a href=mailto:crystals@genesis.sk.ca>crystals@genesis.sk.ca</a><br><a href= > </a><br>--------------------------------------------------<br>
Experience is one thing you can't get for nothing.<br>
-Oscar Wilde<br>
Experience is one thing you can't get for nothing.<br>
-Oscar Wilde<br>