Form2 FormTwo = new Form2();FormTwo.Show();//或者 FormTwo.ShowDialog(); //模态与非模态窗体;
你要是用C#做的话,就是新建页面做个传值。Session[]...