Hi I was wondering if you could help.
I have a web form with two html buttons and two text boxes. The buttons open up a child window using the following code:
function OpenNew()
{
window.open('SecSearch.aspx','mywindow','width=360,height=200');
}
The form that is open is a search form...