yes, just put the name of your new window in the target attribute (any name will do it)
<cfform action="action" method="POST" target="target" enablecab="No" name="name">
if you want to resize your window, you'll need a little javascript.