可以存一下用户是从哪个页面进入的注册 ,注册过程走完后,location.href="存的那个页面"
可以直接
<input type="button" onclick='location.href=("index.aspx")' />//在本页面打开 <input type="button" onclick='window.open("bedzhao.aspx")' />//打开新页面