You can do this using javascript
in the page_load of the parent aspx add the following line
In the fnStartNewWin routine you can then add the following lineCode:btnSubmit.Attributes.Add("onClick", "fnStartNewWin()");
Code:window.open(path to the new aspx)




Reply With Quote