The scenario: a link is chosen; for certain users page A is to be called, for others page B. We tried an intermediate page that the link went to and which contained IF statements and RESPONSE.REDIRECT to go to the appropriate page. The problem is we cannot use Request.form to access any variables from the original page which contained the link. We are using IIS 4.0 so server.transfer is not an option.