I have 2 asp pages, one is call the 1099.asp and the other is rpt.asp. In the rpt.asp, there is a form which has a drop down(select menu) with years on it and a "go" button. What I want to do is that after I selected the year and click "go", the year will be an input parameter for 1099.asp. If u are confused then let me reword myself. After I select year and click go, the year say 2001 and one will be a variable within 1099.asp, where I can use it in the page.