ok, let me combine it for you:
1. open a new custom window
var newwin=window.open('mypage.htm', 'windowName', 'height=300px, width=300px, toolbar=yes, scrollbars=yes, menubar=yes, status=yes, location=no')
2. define form target to that window
<form target="windowName">
but i'm not shure, should it be windowName or newwin.. try them one by one, it is the way
>>Plus in NS6 the new window could not get the user input even.
what do you mean? 8-| Victor