I don't have access to the server/ini file.
Irregardless, I have been going about this the wrong way. What I am trying to do is carry two (2) variables that originated from a previous page that the user visited.
Initially the user selects a value from a drop-down for each variable, clicks the button, which executes the handler for that page. The handler presents search results for the values; however, if the user doesn't see their expected result(s) they go on to the next page, which HOLDS the value(s) selected from the initial drop-down.
Is this possible (carrying values 2-3 pages down the line)? If not, I'll just re-create the drop-downs.
Thanks.