All I want to do is
- Get the name-value pairs that were supplied to Request.QueryString
- Populate a javascript object (aka hash) with keys from the names and values from the values
- Halt the page if one of the expected hash values is the empty string
The Request.QueryString object is reminding me why I hated classic asp even before it was an abandoned technology. :/