jjmwiinga 0 Posted July 24, 2014 Report Share Posted July 24, 2014 Hi friends! So I am working with ASP and I am a novice. I would like someone to help me understand this this line of code. <% This_Page = "default.asp?novar=1" %> What really does novar=1 mean? because in the rest of the code I am analyzing its not being referenced or call at any point. Quote Link to post Share on other sites
justsomeguy 1,135 Posted July 24, 2014 Report Share Posted July 24, 2014 It's a URL variable. The code would get the value using Request.QueryString("novar"). Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.