C
chris leeds
Hi,
I'm passing a value in the url string. I've been able to extract it ok to
write the name on the page and also to write the images, even with prefixes
and stuff. now I want to include a text file but i can't figure out how.
here's what i want:
<!-- #include file="text/<%= key%>.txt"-->
I tried to do the response.write .... but I think the necessary " inside the
(" ") is screwing me up. i know in JavaScript you put a \before the " if
you need to write a " so what is it with asp?
TIA
I'm passing a value in the url string. I've been able to extract it ok to
write the name on the page and also to write the images, even with prefixes
and stuff. now I want to include a text file but i can't figure out how.
here's what i want:
<!-- #include file="text/<%= key%>.txt"-->
I tried to do the response.write .... but I think the necessary " inside the
(" ") is screwing me up. i know in JavaScript you put a \before the " if
you need to write a " so what is it with asp?
TIA