[thelist] why doesn't this work? (ASP 2.0)

Joel D Canfield joel at spinhead.com
Fri Jan 2 10:16:03 CST 2004


> if request.querystring("Version") = counter then

Should work. Except I'd use

   if (request.querystring("Version") = counter) then

Echo both values and verify that they are, indeed, 12 or whatever value
they're supposed to be

joel


More information about the thelist mailing list