Ok I think I did it ...
... here the javaScript...
function openWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
.... and the funktion
onSubmit="openWindow('thanks.htm','','width=300,height=200')"
thanks so much for the help and hints. Much appreciated!
🙂