p404 URLEncode returning nothing
When I enter the text from chapter ten i get a bug.
This line of code returns nothing but i dont know why. Is this a bug in the book. The querystyring variable isnt mispelt and also when i print out the line from the anchor there is dsomething there. When i hard code the name it works.
Help please.
<a href="DisplaySource.asp?Filename=
<%= server.URLEncode(request.serverVariables("PATH_INF O")) %> ">
Click here to see the ASP source</a>
</body>
</html>
This link is n
|