ch10 p 404 server.URLEncode dont work :(
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 querystring 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>
rah rah rah
|